opt:优化二楼扫码单据出库查询,任务申请失败返回400;
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user