1、增加报警状态

2、调度日志增加调度筛选
This commit is contained in:
zCans
2022-09-28 23:10:06 +08:00
parent 2c7f5522db
commit 89204d23f3
5 changed files with 51 additions and 21 deletions
+7
View File
@@ -34,3 +34,10 @@ export function updateJobInfo(data) {
data: data
})
}
export function jobList() {
return request({
url: '/job-info/findList',
method: 'get'
})
}