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

修复定时任务日志执行状态显示

RuoYi пре 4 година
родитељ
комит
caa7537607
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      ruoyi-ui/src/views/monitor/job/log.vue

+ 1 - 1
ruoyi-ui/src/views/monitor/job/log.vue

@@ -226,7 +226,7 @@ export default {
226 226
     } else {
227 227
       this.getList();
228 228
     }
229
-    this.getDicts("sys_job_status").then(response => {
229
+    this.getDicts("sys_common_status").then(response => {
230 230
       this.statusOptions = response.data;
231 231
     });
232 232
     this.getDicts("sys_job_group").then(response => {