Selaa lähdekoodia

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

RuoYi 4 vuotta sitten
vanhempi
commit
caa7537607
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 => {