소스 검색

解决待办任务模块删除任务的bug

Lijy 3 년 전
부모
커밋
4cce3a70de
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      fhKeeper/formulahousekeeper/timesheet/src/views/task/list.vue

+ 2 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/task/list.vue

@@ -1509,7 +1509,8 @@ import { error } from 'dingtalk-jsapi';
                     res => {
                         if (res.code == "ok") {
                             this.addFormVisible = false;
-                            this.getStageList();
+                            // this.getStageList();
+                            this.getList();
                         } else {
                             this.$message({
                             message: res.msg,