fix:工单管理
This commit is contained in:
@@ -752,10 +752,8 @@ export default {
|
||||
var orders = []
|
||||
console.log(rows)
|
||||
rows.forEach((item) => {
|
||||
debugger
|
||||
orders.push(item.workprocedure_id)
|
||||
})
|
||||
debugger
|
||||
crudProduceshiftorder.submits(orders).then(res => {
|
||||
this.crud.notify('下发成功', CRUD.NOTIFICATION_TYPE.SUCCESS)
|
||||
this.crud.toQuery()
|
||||
|
||||
Reference in New Issue
Block a user