@@ -52,9 +52,9 @@
},
methods: {
async handleClickContext (id, item) {
- if (!item.assignee) {
+ /* if (!item.assignee) {
await this.claim(item.id)
- }
+ } */
this.handle2ProcessTask(id, item.procInstId, item.category, item.procDefId, true)
async claim (taskId) {