diff --git a/src/views/productionSchedulingPlan/schedulingException/index.vue b/src/views/productionSchedulingPlan/schedulingException/index.vue index 589d65c..d133cf5 100644 --- a/src/views/productionSchedulingPlan/schedulingException/index.vue +++ b/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;