소스 검색

老袁要求去掉

hzh 8 달 전
부모
커밋
2533e251e4
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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) {