From 26ed59d1ff8bf480ad7c942f174fb78bc4b837f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8C=BF=E5=B0=8F=E5=A4=A9?= <1638245306@qq.com> Date: Mon, 1 Jan 2024 15:30:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=9F=E8=83=BD=E5=8F=98=E5=8C=96:=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/views/system/dept/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/views/system/dept/index.vue b/web/src/views/system/dept/index.vue index a6fe2a8..60b803b 100644 --- a/web/src/views/system/dept/index.vue +++ b/web/src/views/system/dept/index.vue @@ -57,7 +57,7 @@ const getData = async () => { const result = XEUtils.toArrayTree(res.data, { parentKey: 'parent', children: 'children', - strict: true, + //strict: true, }); deptTreeData.value = result;