From 036c1eb2a5f2dab290a890f55e4cf710b95be030 Mon Sep 17 00:00:00 2001 From: binbin_pan Date: Tue, 18 Jun 2024 09:14:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96:=20=20=E5=B7=A5=E6=9C=BA?= =?UTF-8?q?=E5=85=B7=E7=AE=A1=E7=90=86-=E7=BC=96=E7=A0=81=E8=AE=BE?= =?UTF-8?q?=E5=A4=87=E7=AE=A1=E7=90=86-=E4=B8=8B=E6=8B=89=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E5=85=88=E5=90=8E=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/views/warehouseManage/machinery/coding/index.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sgzb-ui/src/views/warehouseManage/machinery/coding/index.vue b/sgzb-ui/src/views/warehouseManage/machinery/coding/index.vue index f0574787..7fefc582 100644 --- a/sgzb-ui/src/views/warehouseManage/machinery/coding/index.vue +++ b/sgzb-ui/src/views/warehouseManage/machinery/coding/index.vue @@ -44,6 +44,7 @@ clearable filterable style="width: 240px" + :disabled="!queryParams.itemId" @change="selectDevice" > { this.typeList = response.data }) @@ -645,6 +649,7 @@ export default { //选择设备类型 selectDevice(id) { console.log(id) + this.queryParams.typeId = '' getListByMaType({ typeId: id }).then((response) => { this.modelList = response.data })