diff --git a/src/views/base/processStation/index.vue b/src/views/base/processStation/index.vue index 2031ce9..9df0261 100644 --- a/src/views/base/processStation/index.vue +++ b/src/views/base/processStation/index.vue @@ -289,6 +289,7 @@ export default { }); findProductLineList({productLineType: 1}).then(response => { this.productLineList = response.data; + this.queryParams.productLineCode = response.data[1].productLineCode }); findProductLineList({productLineType: 2}).then(response => { this.findStationList = response.data;