From e4228c9c843efd215bc4c96f8ba5710eeaf3b810 Mon Sep 17 00:00:00 2001 From: liujun Date: Thu, 14 Dec 2023 18:09:24 +0800 Subject: [PATCH] =?UTF-8?q?13025=20=E7=94=A8=E5=B7=A5=E5=BD=A2=E5=BC=8F?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E4=B8=8D=E6=AD=A3=E7=A1=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xgf/audit/components/edit.vue | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/views/xgf/audit/components/edit.vue b/src/views/xgf/audit/components/edit.vue index bc1a2ba..2e0317c 100644 --- a/src/views/xgf/audit/components/edit.vue +++ b/src/views/xgf/audit/components/edit.vue @@ -172,7 +172,7 @@ - - - @@ -466,6 +462,13 @@ export default { children: node.nodes } }, + SpecialNormalizer(node) { + return { + id: node.BIANMA, + label: node.NAME, + children: node.nodes + } + }, defaultProps: { children: 'nodes', label: 'name',