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) {