|
|
|
@ -59,7 +59,7 @@ const { loading, dataList, total, currentPage, pageSize } = tableState
|
|
|
|
|
const { getList, refresh } = tableMethods
|
|
|
|
|
|
|
|
|
|
const lookRule = async (row: any) => {
|
|
|
|
|
router.push(`/dataset/indexSearchServiceMs`)
|
|
|
|
|
router.push({name:"IndexSearchServiceMs"})
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
const tableColumns = reactive<TableColumn[]>([
|
|
|
|
@ -262,8 +262,7 @@ const queryOntInfo = (node,data)=>{
|
|
|
|
|
@selection-change="onSelectionChange"
|
|
|
|
|
@register="tableRegister"
|
|
|
|
|
@refresh="refresh"
|
|
|
|
|
>
|
|
|
|
|
</Table>
|
|
|
|
|
/>
|
|
|
|
|
</ElCol>
|
|
|
|
|
</ElRow>
|
|
|
|
|
</ContentWrap>
|
|
|
|
|