fix(flow) resubmit page add instance

deliver/approver-flow
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) this.$refs.finishedRecord.init(row.procInsId,row.deployId,row.taskId, false)
}, /** 流程流转记录 */ }, /** 流程流转记录 */
handleResubmit(row){ handleResubmit(row){
console.log('handleResubmit=row=',row)
this.$refs.recordResubmit.init(row.procInsId,row.deployId,row.taskId, false) this.$refs.recordResubmit.init(row.procInsId,row.deployId,row.taskId, false)
}, },
/** 修改按钮操作 */ /** 修改按钮操作 */

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

Loading…
Cancel
Save