rev:接口联调

This commit is contained in:
zhangzhiqiang
2023-04-25 19:38:44 +08:00
parent 8c3e1d0a3a
commit f0c1387064
18 changed files with 282 additions and 553 deletions

View File

@@ -754,7 +754,7 @@ export default {
var orders = []
console.log(rows)
rows.forEach((item) => {
orders.push(item.workprocedure_id)
orders.push(item.workorder_id)
})
crudProduceshiftorder.submits(orders).then(res => {
this.crud.notify('下发成功', CRUD.NOTIFICATION_TYPE.SUCCESS)