From ac43bb8ed96e1e0c045d86ce45d05f10b00a3150 Mon Sep 17 00:00:00 2001 From: zhoulingpo Date: Tue, 9 May 2023 09:46:21 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=8A=A5=E5=91=8A=E4=B8=8A=E4=BC=A0=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/reportProcess/components/reportForm.vue | 2 +- src/views/reportProcess/examine.vue | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/views/reportProcess/components/reportForm.vue b/src/views/reportProcess/components/reportForm.vue index 3e5d596..6b08142 100644 --- a/src/views/reportProcess/components/reportForm.vue +++ b/src/views/reportProcess/components/reportForm.vue @@ -110,7 +110,7 @@ - {{fileList[0].name}} + {{form.fileName}} diff --git a/src/views/reportProcess/examine.vue b/src/views/reportProcess/examine.vue index d2687ed..b0375fc 100644 --- a/src/views/reportProcess/examine.vue +++ b/src/views/reportProcess/examine.vue @@ -74,7 +74,6 @@ export default { }] }, processForm: { prcName : ''}, - visibleTree: false, formControl: true, disabled:false, @@ -109,7 +108,6 @@ export default { } this.getProcessDetail(params).then(res=>{ this.processForm = JSON.parse(this.processOld.dataJson) - this.$set(this.processForm,'prcName',this.prcName) this.disabled=false this.formControl= true if(this.$route.query.type=='yiban'){