待办流程添加批量办理

This commit is contained in:
范强强
2022-09-15 17:18:21 +08:00
parent 279f5cdb17
commit 1c8356f405
@@ -164,7 +164,8 @@
let query = { let query = {
...this.formInline, ...this.formInline,
taskIds:this.taskIds.join(','), taskIds:this.taskIds.join(','),
userId:this.userInfo().id userId:this.userInfo().id,
taskDefinitionKey:this.taskDefinitionKey
} }
if (this.formInline.flag == '1'){ if (this.formInline.flag == '1'){
this.addBatch() this.addBatch()