fix(flow) resubmit page add instance

pull/3/head
bob 2 years ago
parent 957f7cfc18
commit dae69da8ca

@ -350,6 +350,7 @@ export default {
this.$refs.finishedRecord.init(row.procInsId,row.deployId,row.taskId, false)
}, /** 流程流转记录 */
handleResubmit(row){
console.log('handleResubmit=row=',row)
this.$refs.recordResubmit.init(row.procInsId,row.deployId,row.taskId, false)
},
/** 修改按钮操作 */

@ -207,11 +207,13 @@ export default {
// },
methods: {
init(procInsId, deployId, taskId, finished) {
console.log('init:procInsId=',procInsId)
this.uploadedImgs = []
this.open = true
this.taskForm.deployId = deployId;
this.taskForm.taskId = taskId;
this.taskForm.procInsId = procInsId;
this.taskForm.instanceId = procInsId;
// this.taskForm.executionId = this.$route.query && this.$route.query.executionId;
// this.taskForm.instanceId = this.$route.query && this.$route.query.procInsId;
//

Loading…
Cancel
Save