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;