From 978d02a3dd9471046ae5a92edd7f767918e71236 Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期四, 13 二月 2025 15:14:49 +0800 Subject: [PATCH] 产品结构树删除节点接口参数改变,提交后由后端测试 --- src/views/dnc/base/modules/DeviceStructure/DeviceStructureMain.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/dnc/base/modules/DeviceStructure/DeviceStructureMain.vue b/src/views/dnc/base/modules/DeviceStructure/DeviceStructureMain.vue index 81ecbcd..fe7a04a 100644 --- a/src/views/dnc/base/modules/DeviceStructure/DeviceStructureMain.vue +++ b/src/views/dnc/base/modules/DeviceStructure/DeviceStructureMain.vue @@ -53,9 +53,9 @@ receiveCurrentTreeNodeInfo(treeNodeInfo) { // 浠庢爲缁勪欢鎺ュ彈鏍戣妭鐐逛俊鎭悗浠庣埗缁勪欢娴佸叆瀛愮粍浠� this.currentTreeNodeInfo = treeNodeInfo - if (treeNodeInfo.equipmentId) { + if (treeNodeInfo.type === 2) { this.$nextTick(() => { - if (this.$refs.mainTopRef) this.$refs.mainTopRef.loadHasSentDocumentListData() + if (this.$refs.mainTopRef) this.$refs.mainTopRef.releaseLoadDocumentListApi() }) } console.log('currentTreeNodeInfo------------------', this.currentTreeNodeInfo) -- Gitblit v1.9.3