This commit is contained in:
2026-03-12 13:49:00 +08:00
parent 847cd05d54
commit 566ac88c89
8 changed files with 339 additions and 6 deletions

View File

@@ -506,7 +506,7 @@ export const callCarIos = () => request({
data: {}
})
// 确认送料
export const sendTask = () => request({
export const sendTask = (rows) => request({
url:'api/notCar/sendTask',
data: {rows: rows}
})