接口改
This commit is contained in:
@@ -570,6 +570,11 @@ export const sendTask = (rows) => request({
|
||||
url:'api/notCar/sendTask',
|
||||
data: {rows: rows}
|
||||
})
|
||||
// 清除任务
|
||||
export const cleanTask = () => request({
|
||||
url:'api/notCar/cleanTask',
|
||||
data: {}
|
||||
})
|
||||
|
||||
// 卸货库存查询(无人车对接)共 (2) 个
|
||||
// 查询区域下拉框
|
||||
|
||||
Reference in New Issue
Block a user