排产异常数据修改传参

dev-scheduling
zhangdi 4 months ago
parent 79bb2c7e1d
commit 0b96f2fec0
  1. 2
      src/views/productionSchedulingPlan/schedulingException/index.vue

@ -290,7 +290,7 @@ export default {
getYieldOrderList(
page.currentPage,
page.pageSize,
Object.assign(params, this.query, { status: 6 })
Object.assign(params, this.query, { status: 1006 })
).then(res => {
this.data = res.data.data.records;
this.loading = false;

Loading…
Cancel
Save