From 2da46e90e1e4ca1a1e01101aca9ab4496faa4663 Mon Sep 17 00:00:00 2001 From: yangfuda <945208611@qq.com> Date: Fri, 16 Dec 2022 10:56:48 +0800 Subject: [PATCH] =?UTF-8?q?=E9=93=B6=E5=86=9C-=E9=93=B6=E8=A1=8C=E8=BD=AC?= =?UTF-8?q?=E8=B4=A6=E4=BF=AE=E6=94=B9=E4=B8=8D=E9=87=8D=E6=96=B0=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bankAgriculture/paymentApproval/approvalModify.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/yinnong/bankAgriculture/paymentApproval/approvalModify.vue b/src/views/yinnong/bankAgriculture/paymentApproval/approvalModify.vue index d803d79c..e0c4c509 100644 --- a/src/views/yinnong/bankAgriculture/paymentApproval/approvalModify.vue +++ b/src/views/yinnong/bankAgriculture/paymentApproval/approvalModify.vue @@ -406,6 +406,9 @@ templateList:[], }; }, + activated:function(){ + this.getDictionaries(); + }, created() { let queryParams={ pageNum: 1, @@ -444,7 +447,6 @@ this.payerOptions[index].value = res.id; }) }); - this.getDictionaries(); this.getFileList(); }, methods: { @@ -471,7 +473,6 @@ }, getDictionaries(){ getTransfer(this.$route.query.id).then((response) => { - this.getDicts("capital_expenditure_type").then((res) => { for (var i = 0; i < res.data.length; i++) { this.capitalExpenditureTypeOptions.push({text: res.data[i].dictLabel, value: res.data[i].dictValue});