From 4530ac113ed49ad0635a3904cae9fe1f0a5713d9 Mon Sep 17 00:00:00 2001 From: yinq Date: Thu, 25 Jul 2024 16:11:20 +0800 Subject: [PATCH] =?UTF-8?q?update=20-=20=E6=B5=8B=E6=B8=A9=E6=8A=A5?= =?UTF-8?q?=E8=A1=A8=E5=8A=A0=E5=88=97=E3=80=81=E4=BA=A7=E7=BA=BF=E3=80=81?= =?UTF-8?q?=E5=B7=A5=E4=BD=8D=E8=81=94=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/report/repairRateReport/index.vue | 6 ++++ .../report/temperatureRecordReport/index.vue | 28 ++++++++++++------- 2 files changed, 24 insertions(+), 10 deletions(-) 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="结束时间" > - - - - - 搜索