24h,设备

This commit is contained in:
helloDy
2023-11-15 14:30:28 +08:00
parent e6158cd59b
commit 952490f0d4
12 changed files with 230 additions and 120 deletions

View File

@@ -1,7 +1,7 @@
/*
* @Author: Do not edit
* @Date: 2023-11-08 15:56:52
* @LastEditTime: 2023-11-10 09:04:50
* @LastEditTime: 2023-11-13 08:52:12
* @LastEditors: DY
* @Description:
*/
@@ -58,10 +58,10 @@ export function getCheckDetPage(query) {
})
}
// 获得x巡检所有列表
// 获得设备巡检所有列表
export function getcheckList(query) {
return request({
url: '/base/equipment-check/list',
url: '/base/equipment-check/listAll',
method: 'get',
params: query
})