From 32398ece081c2fc1bc900c8a893327106f5fc805 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 8 Apr 2022 10:08:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=B7=E6=AC=BE=E5=AE=A1=E6=89=B9=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../finance/AppLoanAudit/AppLoanAudit.vue | 2 +- .../apps/finance/AppLoanAudit/loanList.vue | 125 +++++++++--------- 2 files changed, 66 insertions(+), 61 deletions(-) diff --git a/project/xiushan/apps/finance/AppLoanAudit/AppLoanAudit.vue b/project/xiushan/apps/finance/AppLoanAudit/AppLoanAudit.vue index f192b4c1..3f19d859 100644 --- a/project/xiushan/apps/finance/AppLoanAudit/AppLoanAudit.vue +++ b/project/xiushan/apps/finance/AppLoanAudit/AppLoanAudit.vue @@ -24,7 +24,7 @@ export default { } }, created() { - this.dict.load("productRepaymentTimeline", "financialFundPurpose", "enterpriseAuditStatus", "financialLoanApplyStatus") + this.dict.load("productRepaymentTimeline", "financialFundPurpose", "enterpriseAuditStatus", "financialLoanApplyStatus","financialOrganizationType") } } diff --git a/project/xiushan/apps/finance/AppLoanAudit/loanList.vue b/project/xiushan/apps/finance/AppLoanAudit/loanList.vue index 220d8e20..1dfbf481 100644 --- a/project/xiushan/apps/finance/AppLoanAudit/loanList.vue +++ b/project/xiushan/apps/finance/AppLoanAudit/loanList.vue @@ -1,44 +1,46 @@