From a3fd4b32b636e94db965f2dbe5a00bd1ccf61b25 Mon Sep 17 00:00:00 2001 From: xieyonghong <18010623010@163.com> Date: Tue, 11 Apr 2023 11:28:19 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E5=88=A0=E9=99=A4=E5=86=97=E4=BD=99?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/device/Instance/Detail/index.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/views/device/Instance/Detail/index.vue b/src/views/device/Instance/Detail/index.vue index 437164c1..99e05645 100644 --- a/src/views/device/Instance/Detail/index.vue +++ b/src/views/device/Instance/Detail/index.vue @@ -260,7 +260,6 @@ const initPage = async (newId: any) => { await instanceStore.refresh(String(newId)); getStatus(String(newId)); list.value = [...initList]; - console.log('watch', route.params?.id) getDetail(); instanceStore.tabActiveKey = 'Info'; } @@ -287,10 +286,6 @@ onMounted(() => { getDetailFn(); }); -const onBack = () => { - menuStory.jumpPage('device/Instance'); -}; - const onTabChange = (e: string) => { instanceStore.tabActiveKey = e; };