待办流程添加批量办理
This commit is contained in:
+2
-1
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user