From 164203adabcbac9d7373b351e2e541f71360833d Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 25 Feb 2022 10:07:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=9E=8D=E8=B5=84=E9=9C=80=E6=B1=82=E6=A0=B8?= =?UTF-8?q?=E5=AF=B9=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppFinancingNeeds/AppFinancingNeeds.vue | 5 +- .../AppFinancingNeeds/needsDetail.vue | 58 +++++++++++++------ .../financing/AppFinancingNeeds/needsList.vue | 17 +++--- 3 files changed, 49 insertions(+), 31 deletions(-) diff --git a/project/xiushan/apps/financing/AppFinancingNeeds/AppFinancingNeeds.vue b/project/xiushan/apps/financing/AppFinancingNeeds/AppFinancingNeeds.vue index 75dd5ca4..be6b05af 100644 --- a/project/xiushan/apps/financing/AppFinancingNeeds/AppFinancingNeeds.vue +++ b/project/xiushan/apps/financing/AppFinancingNeeds/AppFinancingNeeds.vue @@ -23,11 +23,8 @@ export default { return !!this.$route.query.id ? NeedsDetail : NeedsList } }, - data() { - return {} - }, created() { - this.dict.load("enterpriseName") + this.dict.load("productRepaymentTimeline", "financialFundPurpose") } } diff --git a/project/xiushan/apps/financing/AppFinancingNeeds/needsDetail.vue b/project/xiushan/apps/financing/AppFinancingNeeds/needsDetail.vue index 59cc631b..f217c97d 100644 --- a/project/xiushan/apps/financing/AppFinancingNeeds/needsDetail.vue +++ b/project/xiushan/apps/financing/AppFinancingNeeds/needsDetail.vue @@ -3,8 +3,8 @@