作者 RuoYi

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

@@ -229,7 +229,7 @@ export default { @@ -229,7 +229,7 @@ export default {
229 } else { 229 } else {
230 this.getList(); 230 this.getList();
231 } 231 }
232 - this.getDicts("sys_job_status").then(response => { 232 + this.getDicts("sys_common_status").then(response => {
233 this.statusOptions = response.data; 233 this.statusOptions = response.data;
234 }); 234 });
235 this.getDicts("sys_job_group").then(response => { 235 this.getDicts("sys_job_group").then(response => {