Explorar el Código

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

Lijy hace 3 años
padre
commit
4cce3a70de
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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,