소스 검색

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

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 => {