【修改】监控流程
This commit is contained in:
@@ -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()
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user