【修改】监控流程

This commit is contained in:
zhoulingpo
2023-04-28 23:43:50 +08:00
parent 7c2b6a3b55
commit a99bad378d
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -163,7 +163,8 @@ export default {
this.disabled=true
}
this.getProcessDetail(params).then(res=>{
this.tableData = JSON.parse(res.processOld.dataJson)
debugger
this.tableData = JSON.parse(this.processOld.dataJson)
this.$set(this.applicationForm,'power',this.tableData[0].power)
this.$set(this.applicationForm,'applyReason',this.tableData[0].applyReason)
@@ -472,6 +472,7 @@ export default {
} else {
this.isSendDraft().then(()=>{
this.organizeData()
this.startProcess()
})
}