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