diff --git a/src/views/dataset/IndexClassMs/IndexClassMs.vue b/src/views/dataset/IndexClassMs/IndexClassMs.vue index e2d0862..9ae8c98 100644 --- a/src/views/dataset/IndexClassMs/IndexClassMs.vue +++ b/src/views/dataset/IndexClassMs/IndexClassMs.vue @@ -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([ @@ -262,8 +262,7 @@ const queryOntInfo = (node,data)=>{ @selection-change="onSelectionChange" @register="tableRegister" @refresh="refresh" - > - + />