Преглед изворни кода

解决待办任务模块删除任务的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,