Просмотр исходного кода

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

RuoYi лет назад: 4
Родитель
Сommit
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
     } else {
226
     } else {
227
       this.getList();
227
       this.getList();
228
     }
228
     }
229
-    this.getDicts("sys_job_status").then(response => {
229
+    this.getDicts("sys_common_status").then(response => {
230
       this.statusOptions = response.data;
230
       this.statusOptions = response.data;
231
     });
231
     });
232
     this.getDicts("sys_job_group").then(response => {
232
     this.getDicts("sys_job_group").then(response => {