diff --git a/ruoyi-ui/src/views/monitor/job/log.vue b/ruoyi-ui/src/views/monitor/job/log.vue index e3a427e..25db43f 100644 --- a/ruoyi-ui/src/views/monitor/job/log.vue +++ b/ruoyi-ui/src/views/monitor/job/log.vue @@ -229,7 +229,7 @@ export default { } else { this.getList(); } - this.getDicts("sys_job_status").then(response => { + this.getDicts("sys_common_status").then(response => { this.statusOptions = response.data; }); this.getDicts("sys_job_group").then(response => {