正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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 => { |
-
请 注册 或 登录 后发表评论