Commit 49c8a007 authored by RuoYi's avatar RuoYi

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

parent 64f6d284
......@@ -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 => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment