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 = '';