From f4e232c1997ddc48f6b5ad31af8f23ddab079009 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E9=98=94?= Date: Wed, 6 Nov 2024 19:19:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8C=87=E6=A0=87=E9=9B=86?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dataset/RepIndexSet/components/Write.vue | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/views/dataset/RepIndexSet/components/Write.vue b/src/views/dataset/RepIndexSet/components/Write.vue index 5977085..5ba9b96 100644 --- a/src/views/dataset/RepIndexSet/components/Write.vue +++ b/src/views/dataset/RepIndexSet/components/Write.vue @@ -89,21 +89,21 @@ const formSchema = reactive([ field: 'indexsetType', label: '指标集类型', componentProps: { - checkStrictly: true, - nodeKey: 'id', - props: { children: 'childs', label: 'nodeName' }, - filterable: true, - multiple: true, - collapseTags: true, - showCheckbox: true, - style: { minWidth: '200px' }, - checkOnClickNode: true, - }, - component: 'TreeSelect', - optionApi: async () => { + // checkStrictly: true, + nodeKey: 'id', + props: { children: 'childs', label: 'nodeName' }, + filterable: true, + // multiple: true, + collapseTags: true, + // showCheckbox: true, + style: { minWidth: '200px' }, + checkOnClickNode: true, + }, + component: 'TreeSelect', + optionApi: async () => { - return props.indexTypeParam; - } + return props.indexTypeParam; + } }, { field: 'modelCode',