From 4a815d660db01734f79bf60304b56f12c491fa1a Mon Sep 17 00:00:00 2001 From: bb_pan Date: Thu, 27 Mar 2025 13:23:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/views/warehouseManage/machinery/type/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sgzb-ui/src/views/warehouseManage/machinery/type/index.vue b/sgzb-ui/src/views/warehouseManage/machinery/type/index.vue index 662a6b9b..af7e8f71 100644 --- a/sgzb-ui/src/views/warehouseManage/machinery/type/index.vue +++ b/sgzb-ui/src/views/warehouseManage/machinery/type/index.vue @@ -1008,6 +1008,7 @@ export default { handleNodeClick(data) { console.log('🚀 ~ handleNodeClick ~ data:', data) this.queryParams.typeId = data.id + this.form.companyId = data.companyId this.handleQuery() }, // 取消按钮 @@ -1075,6 +1076,7 @@ export default { } else { this.field101fileList = [] } + this.form.companyId = response.data.companyId this.imageUrl = this.form.photoUrl this.open = true @@ -1232,7 +1234,7 @@ export default { treeChange(val) { console.log(val, '树节点') - this.form.companyId = val.companyId + // this.form.companyId = val.companyId }, // 详情 handleDetails(row) {