Explorar o código

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

RuoYi %!s(int64=4) %!d(string=hai) anos
pai
achega
caa7537607
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 => {