From 447fe783f9a74c01386588fa34d2b5baece56f39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Wed, 18 Oct 2023 17:49:09 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=A0=87=E7=AD=BE=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/tags/modules/StandardDrawer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/tags/modules/StandardDrawer.vue b/src/views/system/tags/modules/StandardDrawer.vue index cd8a6cf1..208823b0 100644 --- a/src/views/system/tags/modules/StandardDrawer.vue +++ b/src/views/system/tags/modules/StandardDrawer.vue @@ -407,7 +407,7 @@ export default { val = val + '' // this.contentFlag=val // 树形结构 - if (val === FieldType.TREE.value) { + if (val === FieldType.TREE.value || val === FieldType.TREE_SINGLE.value) { this.contentOption = [...this.contentOptionTree] this.isTagContent = true } else if (val === FieldType.OPTION_SINGLE.value || val === FieldType.OPTION_MORE.value) {