From 64633914f5bd406e14693d09d21a1669c0cacb78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Sat, 6 Jan 2024 17:17:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/base/processStation/index.vue | 1 + 1 file changed, 1 insertion(+) 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;