新增调度日志模块

This commit is contained in:
zCans
2022-09-23 22:43:48 +08:00
parent 61660c8e30
commit 90dd11e509
5 changed files with 146 additions and 3 deletions
+9
View File
@@ -0,0 +1,9 @@
import request from '@/utils/request'
export function fetchList(query) {
return request({
url: '/job-Log/page',
method: 'get',
params: query
})
}