From 8ef80e4f0d6b16fe6a1be4a5f9eabd734b3ac83a Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 8 Apr 2022 17:06:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E5=85=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/xiushan/apps/finance/AppLoanAudit/loanDetail.vue | 2 +- .../xiushan/apps/financing/AppFinancingNeeds/needsDetail.vue | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/project/xiushan/apps/finance/AppLoanAudit/loanDetail.vue b/project/xiushan/apps/finance/AppLoanAudit/loanDetail.vue index c57f6c9c..5be11ded 100644 --- a/project/xiushan/apps/finance/AppLoanAudit/loanDetail.vue +++ b/project/xiushan/apps/finance/AppLoanAudit/loanDetail.vue @@ -282,7 +282,7 @@ export default { } }, created() { - this.dict.load("auditStatus") + this.dict.load("auditStatus", "productRepaymentTimeline", "financialFundPurpose", "enterpriseAuditStatus", "financialLoanApplyStatus","financialOrganizationType") this.getDetail() } } diff --git a/project/xiushan/apps/financing/AppFinancingNeeds/needsDetail.vue b/project/xiushan/apps/financing/AppFinancingNeeds/needsDetail.vue index 0a05da67..c357b3fb 100644 --- a/project/xiushan/apps/financing/AppFinancingNeeds/needsDetail.vue +++ b/project/xiushan/apps/financing/AppFinancingNeeds/needsDetail.vue @@ -233,7 +233,9 @@ export default { } }, created() { - this.getDetail() + this.dict.load("productRepaymentTimeline", "financialFundPurpose","financingDemandApplyType", "enterpriseType", "dishonestPersonSituation", "administrativeSanctionType").then(() => { + this.getDetail() + }) } }