update - 生产执行报表

master
yinq 6 months ago
parent 7d42344635
commit 09418c99b8

@ -201,10 +201,12 @@ export default {
watch: { watch: {
'queryParams.productLineCode': function(newVal, oldVal) { 'queryParams.productLineCode': function(newVal, oldVal) {
// //
this.selectedType = null;
this.getStationList() this.getStationList()
}, },
selectedType(newType) { selectedType(newType) {
// //
this.queryParams.stationCode = null;
this.findStationList = this.stationList.filter(item => item.stationType == newType); this.findStationList = this.stationList.filter(item => item.stationType == newType);
// //
// this.selectedStation = ''; // this.selectedStation = '';

Loading…
Cancel
Save