update: 删除冗余代码
This commit is contained in:
parent
fb32cc9a38
commit
a3fd4b32b6
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue