haoxuan
2023-09-25 da48526718354c0a7224f80a436db9b7b7e1895e
Merge branch 'master' of http://192.168.5.5:10010/r/web/SchedulingDashboard into wn
1个文件已修改
3 ■■■■■ 已修改文件
src/views/visualization.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/visualization.vue
@@ -748,6 +748,9 @@
          this.countDownMinute = res.data.CountDownMinute
            ? res.data.CountDownMinute
            : 0;
            if(this.countDownHour==0&& this.countDownMinute==0){
              this.getTaskInfo();
            }
        }
      });
    },