From 3b07be6ff4ac7a6499e9956a15aa3c497d3c9267 Mon Sep 17 00:00:00 2001 From: zhoulingpo Date: Fri, 28 Apr 2023 23:00:09 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E7=9B=91?= =?UTF-8?q?=E6=8E=A7=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/permissionApplication/examine.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/permissionApplication/examine.vue b/src/views/permissionApplication/examine.vue index c5b4f9b..d23e38e 100644 --- a/src/views/permissionApplication/examine.vue +++ b/src/views/permissionApplication/examine.vue @@ -153,6 +153,8 @@ export default { this.prcNum=this.$store.getters.handleProcess.prcNum this.prcId=this.$store.getters.handleProcess.prcId this.prcName=this.$store.getters.handleProcess.prcName + this.$set(this.processForm,'prcName',this.prcName) + let params={ prcId: this.prcId, prcType: this.prcType @@ -164,7 +166,6 @@ export default { this.tableData = JSON.parse(res.processOld.dataJson) this.$set(this.applicationForm,'power',this.tableData[0].power) this.$set(this.applicationForm,'applyReason',this.tableData[0].applyReason) - this.$set(this.processForm,'prcName',this.prcName) this.disabled=false this.formControl= true