排产统计分析逻辑调整

dev-scheduling
zhangdi 2 months ago
parent 5cc6b267e3
commit a28d48370e
  1. 2
      src/views/productionSchedulingPlan/statisticalAnalysis/production/executionProcess.vue
  2. 2
      src/views/productionSchedulingPlan/statisticalAnalysis/production/executionWorkorder.vue
  3. 2
      src/views/productionSchedulingPlan/statisticalAnalysis/production/processDeatils.vue
  4. 2
      src/views/productionSchedulingPlan/statisticalAnalysis/production/workorderDetails.vue

@ -387,7 +387,7 @@ export default {
searchReset() { searchReset() {
this.query = {}; this.query = {};
this.query.interval = 30 this.query.interval = 30
this.onLoad(this.page); this.onLoad(this.page,this.query);
}, },
searchChange(params, done) { searchChange(params, done) {
this.query = params; this.query = params;

@ -320,7 +320,7 @@ export default {
searchReset() { searchReset() {
this.query = {}; this.query = {};
this.query.interval = 30 this.query.interval = 30
this.onLoad(this.page); this.onLoad(this.page,this.query);
}, },
searchChange(params, done) { searchChange(params, done) {
this.query = params; this.query = params;

@ -524,7 +524,7 @@ export default {
searchReset() { searchReset() {
this.query = {}; this.query = {};
this.query.interval = 30 this.query.interval = 30
this.onLoad(this.page); this.onLoad(this.page,this.query);
}, },
searchChange(params, done) { searchChange(params, done) {
this.query = params; this.query = params;

@ -429,7 +429,7 @@ export default {
searchReset() { searchReset() {
this.query = {}; this.query = {};
this.query.interval = 30 this.query.interval = 30
this.onLoad(this.page); this.onLoad(this.page,this.query);
}, },
searchChange(params, done) { searchChange(params, done) {
this.query = params; this.query = params;

Loading…
Cancel
Save