From 616498c82a13990e6debb1fbd13ae1ecbb7a2e5f Mon Sep 17 00:00:00 2001 From: zhangdi <15053473693@163.com> Date: Tue, 30 Dec 2025 16:25:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E4=BA=A7=E5=BC=82=E5=B8=B8=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E4=BF=AE=E6=94=B9=E4=BC=A0=E5=8F=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productionSchedulingPlan/schedulingException/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;