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