From a1917eca0b4f0fabf9f13648a840c2be8e2bf7f9 Mon Sep 17 00:00:00 2001 From: Fixiaobai <fixiaobai@163.com> Date: 星期三, 20 九月 2023 15:41:26 +0800 Subject: [PATCH] modified: src/components/view/standard-table/target.vue modified: src/components/view/standard.vue --- src/components/view/mbom.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/components/view/mbom.vue b/src/components/view/mbom.vue index 9acb7cb..b7a850d 100644 --- a/src/components/view/mbom.vue +++ b/src/components/view/mbom.vue @@ -273,6 +273,7 @@ console.log(one); let name=one.children[0].id console.log(name); + this.checkTreeNode.id = name this.selectAllMbomStart(name) this.selectDataList(); }, { -- Gitblit v1.9.3