|
|
@ -7,7 +7,8 @@ import {
|
|
|
|
delRepIndexSetApi,
|
|
|
|
delRepIndexSetApi,
|
|
|
|
queryRepIndexSetApi,
|
|
|
|
queryRepIndexSetApi,
|
|
|
|
importExcelApiUrl,
|
|
|
|
importExcelApiUrl,
|
|
|
|
exportExcelApi
|
|
|
|
exportExcelApi,
|
|
|
|
|
|
|
|
getIndexSetTreeApi
|
|
|
|
} from '@/api/dataset/RepIndexSet'
|
|
|
|
} from '@/api/dataset/RepIndexSet'
|
|
|
|
|
|
|
|
|
|
|
|
import { TableData } from '@/api/dataset/RepIndexSet/types'
|
|
|
|
import { TableData } from '@/api/dataset/RepIndexSet/types'
|
|
|
@ -185,7 +186,7 @@ const searchSchema = reactive<FormSchema[]>([
|
|
|
|
},
|
|
|
|
},
|
|
|
|
component: 'TreeSelect',
|
|
|
|
component: 'TreeSelect',
|
|
|
|
optionApi: async () => {
|
|
|
|
optionApi: async () => {
|
|
|
|
const res = await getIndexCategoryTreeApi();
|
|
|
|
const res = await getIndexSetTreeApi();
|
|
|
|
IndexTypeParamsList.value = res;
|
|
|
|
IndexTypeParamsList.value = res;
|
|
|
|
indexType_param_LIST.value = res;
|
|
|
|
indexType_param_LIST.value = res;
|
|
|
|
res.forEach(item=>{
|
|
|
|
res.forEach(item=>{
|
|
|
|