This commit is contained in:
yyy 2025-07-19 11:31:02 +08:00
parent 2670a85f4e
commit 6035ddfae1

View File

@ -44,7 +44,3 @@ export const updateRobotTask = (data) => {
export const getTaskPageList = async (data) => {
return await request.post({ url: `/system/robot/task/page`, data })
}
export const getLocationByNam = async (data) => {
return await request.post({ url: `/system/ware/house-location/getLocationByNam`, data })
}