111
Showing
1 changed file
with
3 additions
and
3 deletions
| ... | @@ -65,7 +65,7 @@ | ... | @@ -65,7 +65,7 @@ |
| 65 | <div class="triangle"></div> | 65 | <div class="triangle"></div> |
| 66 | </div> | 66 | </div> |
| 67 | <cfBdcdyTable :tableData="ruleForm.qlxxList" v-if="ruleForm.slsq.djywbm.includes('400')" /> | 67 | <cfBdcdyTable :tableData="ruleForm.qlxxList" v-if="ruleForm.slsq.djywbm.includes('400')" /> |
| 68 | <qjhTable v-else :tableData="ruleForm.hlist" /> | 68 | <cfBdcdyTable v-else :tableData="ruleForm.ztQlxxList" /> |
| 69 | <div class="slxx_title title-block"> | 69 | <div class="slxx_title title-block"> |
| 70 | 抵押信息 | 70 | 抵押信息 |
| 71 | <div class="triangle"></div> | 71 | <div class="triangle"></div> |
| ... | @@ -307,7 +307,7 @@ | ... | @@ -307,7 +307,7 @@ |
| 307 | import qjhTable from "@/views/workflow/components/qjhTable"; | 307 | import qjhTable from "@/views/workflow/components/qjhTable"; |
| 308 | import cfBdcdyTable from "@/views/workflow/components/cfBdcdyTable"; | 308 | import cfBdcdyTable from "@/views/workflow/components/cfBdcdyTable"; |
| 309 | import qlrCommonTable from "@/views/workflow/components/qlrCommonTable"; | 309 | import qlrCommonTable from "@/views/workflow/components/qlrCommonTable"; |
| 310 | import { bacthInit, saveBatchData } from "@/api/workflow/diyaqFlow.js"; | 310 | import { batchInit, saveBatchData } from "@/api/workflow/diyaqFlow.js"; |
| 311 | import { mapGetters } from "vuex"; | 311 | import { mapGetters } from "vuex"; |
| 312 | export default { | 312 | export default { |
| 313 | mounted () { | 313 | mounted () { |
| ... | @@ -320,7 +320,7 @@ | ... | @@ -320,7 +320,7 @@ |
| 320 | formdata.append("bsmSlsq", this.$route.query.bsmSlsq); | 320 | formdata.append("bsmSlsq", this.$route.query.bsmSlsq); |
| 321 | formdata.append("djlx", this.propsParam.djlx); | 321 | formdata.append("djlx", this.propsParam.djlx); |
| 322 | formdata.append("isEdit", this.viewEdit); | 322 | formdata.append("isEdit", this.viewEdit); |
| 323 | bacthInit(formdata).then((res) => { | 323 | batchInit(formdata).then((res) => { |
| 324 | setTimeout(() => { | 324 | setTimeout(() => { |
| 325 | that.loading = false | 325 | that.loading = false |
| 326 | }, 200) | 326 | }, 200) | ... | ... |
-
Please register or sign in to post a comment