Browse Source

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

tags/v3.1.0
RuoYi 4 years ago
parent
commit
caa7537607
  1. 2
      ruoyi-ui/src/views/monitor/job/log.vue

2
ruoyi-ui/src/views/monitor/job/log.vue

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

Loading…
Cancel
Save