提交 49c8a007 authored 作者: RuoYi's avatar RuoYi

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

上级 64f6d284
...@@ -229,7 +229,7 @@ export default { ...@@ -229,7 +229,7 @@ export default {
} else { } else {
this.getList(); this.getList();
} }
this.getDicts("sys_job_status").then(response => { this.getDicts("sys_common_status").then(response => {
this.statusOptions = response.data; this.statusOptions = response.data;
}); });
this.getDicts("sys_job_group").then(response => { this.getDicts("sys_job_group").then(response => {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论