From 09418c99b8b026663eeb156dd9292509c4b626cc Mon Sep 17 00:00:00 2001 From: yinq Date: Fri, 29 Mar 2024 10:14:21 +0800 Subject: [PATCH] =?UTF-8?q?update=20-=20=E7=94=9F=E4=BA=A7=E6=89=A7?= =?UTF-8?q?=E8=A1=8C=E6=8A=A5=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/report/productionExecutionReport/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/report/productionExecutionReport/index.vue b/src/views/report/productionExecutionReport/index.vue index 6f30b3d..5017dbd 100644 --- a/src/views/report/productionExecutionReport/index.vue +++ b/src/views/report/productionExecutionReport/index.vue @@ -201,10 +201,12 @@ export default { watch: { 'queryParams.productLineCode': function(newVal, oldVal) { // 执行方法,可以在这里调用你的方法 + this.selectedType = null; this.getStationList() }, selectedType(newType) { // 根据选择的工位类型筛选工位列表 + this.queryParams.stationCode = null; this.findStationList = this.stationList.filter(item => item.stationType == newType); // 重置选择的工位 // this.selectedStation = '';