装货修改

This commit is contained in:
2026-03-11 15:52:22 +08:00
parent e89868ce58
commit 847cd05d54
4 changed files with 184 additions and 97 deletions

View File

@@ -468,12 +468,12 @@ export const queryZhPoint = (pcode) => request({
})
// 呼叫无人车
export const callCar = (rows) => request({
export const callCar = () => request({
url:'api/notCar/callCar',
data: {}
})
// 装货
export const install = () => request({
export const install = (rows) => request({
url:'api/notCar/install',
data: {rows: rows}
})