style:受理信息
Showing
1 changed file
with
3 additions
and
2 deletions
| ... | @@ -248,7 +248,7 @@ | ... | @@ -248,7 +248,7 @@ |
| 248 | 抵押人信息 | 248 | 抵押人信息 |
| 249 | <div class="triangle"></div> | 249 | <div class="triangle"></div> |
| 250 | </div> | 250 | </div> |
| 251 | <qlrCommonTable | 251 | <ywrCommonTable |
| 252 | @upDateQlrxxList="upDateYwrxxList" | 252 | @upDateQlrxxList="upDateYwrxxList" |
| 253 | :tableData="ruleForm.ywrList" | 253 | :tableData="ruleForm.ywrList" |
| 254 | :disabled="viewEdit" | 254 | :disabled="viewEdit" |
| ... | @@ -282,6 +282,7 @@ | ... | @@ -282,6 +282,7 @@ |
| 282 | <script> | 282 | <script> |
| 283 | import ywmix from "@/views/ywbl/mixin/index"; | 283 | import ywmix from "@/views/ywbl/mixin/index"; |
| 284 | import qlrCommonTable from "@/views/workflow/components/qlrCommonTable"; | 284 | import qlrCommonTable from "@/views/workflow/components/qlrCommonTable"; |
| 285 | import ywrCommonTable from "@/views/workflow/components/ywrCommonTable"; | ||
| 285 | import { Init, saveData } from "@/api/workflow/ygdyFlow.js"; | 286 | import { Init, saveData } from "@/api/workflow/ygdyFlow.js"; |
| 286 | import { mapGetters } from "vuex"; | 287 | import { mapGetters } from "vuex"; |
| 287 | export default { | 288 | export default { |
| ... | @@ -311,7 +312,7 @@ | ... | @@ -311,7 +312,7 @@ |
| 311 | } | 312 | } |
| 312 | }) | 313 | }) |
| 313 | }, | 314 | }, |
| 314 | components: { qlrCommonTable }, | 315 | components: { qlrCommonTable, ywrCommonTable }, |
| 315 | computed: { | 316 | computed: { |
| 316 | ...mapGetters(["dictData", "flag"]) | 317 | ...mapGetters(["dictData", "flag"]) |
| 317 | }, | 318 | }, | ... | ... |
-
Please register or sign in to post a comment