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',