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) {