From 61e30c8dbef45bded1a1690fea520633cd3d3c40 Mon Sep 17 00:00:00 2001 From: liuye Date: Mon, 11 Apr 2022 10:54:05 +0800 Subject: [PATCH] =?UTF-8?q?=E8=9E=8D=E8=B5=84=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../financing/AppFinancingNeeds/AppFinancingNeeds.vue | 4 +++- .../financing/AppFinancingNeeds/needsStatistics.vue | 10 ++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/project/xiushan/apps/financing/AppFinancingNeeds/AppFinancingNeeds.vue b/project/xiushan/apps/financing/AppFinancingNeeds/AppFinancingNeeds.vue index 93136055..20c8480b 100644 --- a/project/xiushan/apps/financing/AppFinancingNeeds/AppFinancingNeeds.vue +++ b/project/xiushan/apps/financing/AppFinancingNeeds/AppFinancingNeeds.vue @@ -83,7 +83,9 @@ export default { }) }, changeArea() { - this.$refs[this.currIndex][0].getTableData(); + this.$nextTick(() => { + this.$refs[this.currIndex][0].getTableData(); + }) } } } diff --git a/project/xiushan/apps/financing/AppFinancingNeeds/needsStatistics.vue b/project/xiushan/apps/financing/AppFinancingNeeds/needsStatistics.vue index 297ee3f5..7833438a 100644 --- a/project/xiushan/apps/financing/AppFinancingNeeds/needsStatistics.vue +++ b/project/xiushan/apps/financing/AppFinancingNeeds/needsStatistics.vue @@ -106,12 +106,14 @@ export default { // {label: "产品名称", width: '200', prop: "enterpriseName"}, {label: "联系人", width: '150', prop: "name"}, {label: "联系方式", width: '150', prop: "phone"}, - {label: "身份证号", width: '180', prop: "idNumber"}, + // {label: "身份证号", width: '180', prop: "idNumber"}, {label: "企业主体", width: '200', prop: "enterpriseName"}, - {label: "贷款金额(万)", width: '150', prop: "loanAmount"}, + {label: "意向金额(万)", width: '150', prop: "loanAmount"}, {label: "申请时间", width: '180', prop: "createTime"}, - {label: "贷款机构", width: '200', prop: "organizationName"}, - {label: "机构类型", width: '200', prop: "organizationType", dict:'financialOrganizationType'}, + {label: "客户经理", width: '200', prop: "auditUserName"}, + {label: "贷款银行", width: '200', prop: "organizationName"}, + {label: "放款金额(万)", width: '200', prop: "auditAmount"}, + // {label: "机构类型", width: '200', prop: "organizationType", dict:'financialOrganizationType'}, {slot: "options"} ], cloList: [],