From 9e2f3b91a51c181cb4a0d247419c58daa3937b7b Mon Sep 17 00:00:00 2001
From: hdy <1105738590@qq.com>
Date: 星期六, 28 十二月 2024 14:16:38 +0800
Subject: [PATCH] 工单bom下发接口

---
 billion-ui/src/views/tool/build/RightPanel.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/billion-ui/src/views/tool/build/RightPanel.vue b/billion-ui/src/views/tool/build/RightPanel.vue
index c2760eb..9fae306 100644
--- a/billion-ui/src/views/tool/build/RightPanel.vue
+++ b/billion-ui/src/views/tool/build/RightPanel.vue
@@ -771,7 +771,7 @@
     },
     remove(node, data) {
       const { parent } = node
-      const children = parent.data.children || parent.data
+      const children = parent.index.children || parent.index
       const index = children.findIndex(d => d.id === data.id)
       children.splice(index, 1)
     },

--
Gitblit v1.9.3