排产异常数据修改传参

dev-scheduling
zhangdi 4 months ago
parent 0b96f2fec0
commit 616498c82a
  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: 1006 })
Object.assign(params, this.query, { status: 10006 })
).then(res => {
this.data = res.data.data.records;
this.loading = false;

Loading…
Cancel
Save