This commit is contained in:
2023-04-07 18:28:08 +08:00
parent 6917835ce2
commit b6c7c9c8c8
5 changed files with 13 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ export const handLogin = (user, password) => post('mobile/auth/login', {
})
// 1.首页-查询人员所属的设备信息
export const getDevice = () => post('api/produceshiftorder/getDevice', {
export const getDevice = () => post('api/produceshiftorder/getDeviceList', {
})
// 2.工单管理