diff --git a/src/views/productionSchedulingPlan/statisticalAnalysis/production/executionProcess.vue b/src/views/productionSchedulingPlan/statisticalAnalysis/production/executionProcess.vue index aaa371c..a7041b4 100644 --- a/src/views/productionSchedulingPlan/statisticalAnalysis/production/executionProcess.vue +++ b/src/views/productionSchedulingPlan/statisticalAnalysis/production/executionProcess.vue @@ -386,6 +386,7 @@ export default { searchReset() { this.query = {}; + this.query.interval = 30 this.onLoad(this.page); }, searchChange(params, done) { diff --git a/src/views/productionSchedulingPlan/statisticalAnalysis/production/executionWorkorder.vue b/src/views/productionSchedulingPlan/statisticalAnalysis/production/executionWorkorder.vue index cdaf1d7..f87a2d1 100644 --- a/src/views/productionSchedulingPlan/statisticalAnalysis/production/executionWorkorder.vue +++ b/src/views/productionSchedulingPlan/statisticalAnalysis/production/executionWorkorder.vue @@ -256,7 +256,7 @@ export default { methods: { onChangeData() {}, toDetail(row, type) { - console.log(909090,row, type); + // console.log(909090,row, type); row.interval = this.query.interval row.cycledate = this.query.cycledate this.$emit('toDetail', row, type, '作业中心'); @@ -319,6 +319,7 @@ export default { searchReset() { this.query = {}; + this.query.interval = 30 this.onLoad(this.page); }, searchChange(params, done) { diff --git a/src/views/productionSchedulingPlan/statisticalAnalysis/production/processDeatils.vue b/src/views/productionSchedulingPlan/statisticalAnalysis/production/processDeatils.vue index 0097db0..4b573fb 100644 --- a/src/views/productionSchedulingPlan/statisticalAnalysis/production/processDeatils.vue +++ b/src/views/productionSchedulingPlan/statisticalAnalysis/production/processDeatils.vue @@ -523,6 +523,7 @@ export default { searchReset() { this.query = {}; + this.query.interval = 30 this.onLoad(this.page); }, searchChange(params, done) { diff --git a/src/views/productionSchedulingPlan/statisticalAnalysis/production/workorderDetails.vue b/src/views/productionSchedulingPlan/statisticalAnalysis/production/workorderDetails.vue index 0eafd79..4d3d63f 100644 --- a/src/views/productionSchedulingPlan/statisticalAnalysis/production/workorderDetails.vue +++ b/src/views/productionSchedulingPlan/statisticalAnalysis/production/workorderDetails.vue @@ -428,6 +428,7 @@ export default { searchReset() { this.query = {}; + this.query.interval = 30 this.onLoad(this.page); }, searchChange(params, done) {