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

product
RuoYi 2021-07-17 16:51:37 +08:00
parent 8b23c97fdb
commit caa7537607
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,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 => {