【修改】监控流程

This commit is contained in:
zhoulingpo
2023-04-28 23:00:09 +08:00
parent 6dec5a030f
commit 3b07be6ff4
+2 -1
View File
@@ -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