|
|
@ -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;
|
|
|
|
// 初始化表单
|
|
|
|
// 初始化表单
|
|
|
|