This commit is contained in:
2024-04-22 16:57:55 +08:00
parent 43f9da790e
commit 5cdd141dc4
8 changed files with 182 additions and 15 deletions

View File

@@ -52,3 +52,12 @@ export function exportAgvLogExcel(query) {
responseType: 'blob'
})
}
// 获得wcs堆垛机报警分页
export function getWCSAlarmPage(query) {
return request({
url: '/asrs/wcs-alarm/page',
method: 'get',
params: query
})
}