Browse Source

老袁要求去掉

hzh 7 months ago
parent
commit
4f9a07c37f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/workflowTask/approveCenter/todoList.vue

+ 2 - 2
pages/workflowTask/approveCenter/todoList.vue

@@ -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) {