From d4f32f6acbb1f65bdeddba96687ad18030556f76 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Tue, 6 Aug 2024 10:32:35 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E6=A0=87=E7=AD=BE=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=B1=9E=E6=80=A7=E7=B1=BB=E5=9E=8B=E9=80=89?= =?UTF-8?q?=E6=A0=91=E5=BD=A2=E5=BC=B9=E6=A1=86=EF=BC=88=E5=B8=A6=E5=87=BA?= =?UTF-8?q?=E5=AD=90=E9=9B=86=E5=92=8C=E5=8D=95=E7=BA=BF=E7=88=B6=E7=BA=A7?= =?UTF-8?q?=EF=BC=89=EF=BC=8C=E6=98=BE=E7=A4=BA=E9=80=89=E9=A1=B9=E5=86=85?= =?UTF-8?q?=E5=AE=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 faea69c..5f8108f 100644 --- a/src/views/system/tags/modules/StandardDrawer.vue +++ b/src/views/system/tags/modules/StandardDrawer.vue @@ -491,7 +491,7 @@ export default { } }) // 树形结构 - if (this.form.fieldShowType === FieldType.TREE.value || this.form.fieldShowType === FieldType.TREE_SINGLE.value || this.form.fieldShowType === FieldType.TREE_MODAL_SELECT.value) { + if (this.form.fieldShowType === FieldType.TREE.value || this.form.fieldShowType === FieldType.TREE_SINGLE.value || this.form.fieldShowType === FieldType.TREE_MODAL_SELECT.value || val === FieldType.TREE_MODAL_SELECT_SEARCH_DIFF.value) { this.contentOption = [...this.contentOptionTree] this.isTagContent = true } else if (this.form.fieldShowType === FieldType.OPTION_SINGLE.value || this.form.fieldShowType === FieldType.OPTION_MORE.value) {