opt:优化二楼扫码单据出库查询,任务申请失败返回400;

This commit is contained in:
2025-03-20 19:10:01 +08:00
parent 9cecbf1be5
commit 1f5cf5da0b
6 changed files with 55 additions and 32 deletions

View File

@@ -426,9 +426,8 @@ export default {
return
}
const ids = this.currentRow.map(row => row.id)
// 构造参数
const param = {
data: ids // 将提取的 id 数组赋值给 param.data
data: ids
}
crudFormData.confirm(param).then(res => {
this.crud.notify('单据处理成功!', CRUD.NOTIFICATION_TYPE.SUCCESS)