From 5a2dceac553f74a23cc74ff8e18a8d8f2611c7fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E9=98=94?= Date: Thu, 7 Nov 2024 15:11:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8C=87=E6=A0=87=E5=88=86?= =?UTF-8?q?=E7=B1=BB=E7=AE=A1=E7=90=86=E7=9A=84=E6=9F=A5=E8=AF=A2=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dataset/IndexClassMs/IndexClassMs.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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" - > - + />