update - 生产执行报表

master
yinq 6 months ago
parent 7d42344635
commit 09418c99b8

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

Loading…
Cancel
Save