diff --git a/src/views/report/repairRateReport/index.vue b/src/views/report/repairRateReport/index.vue index acb92a1..94790b5 100644 --- a/src/views/report/repairRateReport/index.vue +++ b/src/views/report/repairRateReport/index.vue @@ -208,6 +208,12 @@ export default { this.yearShowFlag = true; } }, + 'queryParams.PRODUCT_LINE_CODE': function(newVal, oldVal) { + // 执行方法,可以在这里调用你的方法 + findProductLineList({parentId: this.queryParams.PRODUCT_LINE_CODE, stationType: 2}).then(response => { + this.findStationList = response.data + }) + }, }, created() { findProductLineList({productLineType: 1}).then(response => { diff --git a/src/views/report/temperatureRecordReport/index.vue b/src/views/report/temperatureRecordReport/index.vue index 32c6b1c..0ef7dfd 100644 --- a/src/views/report/temperatureRecordReport/index.vue +++ b/src/views/report/temperatureRecordReport/index.vue @@ -25,6 +25,24 @@ @keyup.enter.native="handleQuery" /> + + + + + + + + @@ -43,16 +61,6 @@ start-placeholder="开始时间" end-placeholder="结束时间" > - - - - - 搜索