From a28d48370e8921564545b54f83c7fb04605071ed Mon Sep 17 00:00:00 2001 From: zhangdi <15053473693@163.com> Date: Fri, 27 Feb 2026 13:52:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E4=BA=A7=E7=BB=9F=E8=AE=A1=E5=88=86?= =?UTF-8?q?=E6=9E=90=E9=80=BB=E8=BE=91=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../statisticalAnalysis/production/executionProcess.vue | 2 +- .../statisticalAnalysis/production/executionWorkorder.vue | 2 +- .../statisticalAnalysis/production/processDeatils.vue | 2 +- .../statisticalAnalysis/production/workorderDetails.vue | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/productionSchedulingPlan/statisticalAnalysis/production/executionProcess.vue b/src/views/productionSchedulingPlan/statisticalAnalysis/production/executionProcess.vue index a7041b4..0eac7bf 100644 --- a/src/views/productionSchedulingPlan/statisticalAnalysis/production/executionProcess.vue +++ b/src/views/productionSchedulingPlan/statisticalAnalysis/production/executionProcess.vue @@ -387,7 +387,7 @@ export default { searchReset() { this.query = {}; this.query.interval = 30 - this.onLoad(this.page); + this.onLoad(this.page,this.query); }, searchChange(params, done) { this.query = params; diff --git a/src/views/productionSchedulingPlan/statisticalAnalysis/production/executionWorkorder.vue b/src/views/productionSchedulingPlan/statisticalAnalysis/production/executionWorkorder.vue index f87a2d1..9dfb38f 100644 --- a/src/views/productionSchedulingPlan/statisticalAnalysis/production/executionWorkorder.vue +++ b/src/views/productionSchedulingPlan/statisticalAnalysis/production/executionWorkorder.vue @@ -320,7 +320,7 @@ export default { searchReset() { this.query = {}; this.query.interval = 30 - this.onLoad(this.page); + this.onLoad(this.page,this.query); }, searchChange(params, done) { this.query = params; diff --git a/src/views/productionSchedulingPlan/statisticalAnalysis/production/processDeatils.vue b/src/views/productionSchedulingPlan/statisticalAnalysis/production/processDeatils.vue index 4b573fb..9be00cb 100644 --- a/src/views/productionSchedulingPlan/statisticalAnalysis/production/processDeatils.vue +++ b/src/views/productionSchedulingPlan/statisticalAnalysis/production/processDeatils.vue @@ -524,7 +524,7 @@ export default { searchReset() { this.query = {}; this.query.interval = 30 - this.onLoad(this.page); + this.onLoad(this.page,this.query); }, searchChange(params, done) { this.query = params; diff --git a/src/views/productionSchedulingPlan/statisticalAnalysis/production/workorderDetails.vue b/src/views/productionSchedulingPlan/statisticalAnalysis/production/workorderDetails.vue index 4d3d63f..fa04f39 100644 --- a/src/views/productionSchedulingPlan/statisticalAnalysis/production/workorderDetails.vue +++ b/src/views/productionSchedulingPlan/statisticalAnalysis/production/workorderDetails.vue @@ -429,7 +429,7 @@ export default { searchReset() { this.query = {}; this.query.interval = 30 - this.onLoad(this.page); + this.onLoad(this.page,this.query); }, searchChange(params, done) { this.query = params;