This commit is contained in:
yyy 2025-07-19 11:29:42 +08:00
parent 65c33e39ea
commit c3818fb32d

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 })
}