@@ -599,7 +599,7 @@ watch(
watch(
currentTab,
(newTabs) => {
- showTable()
+ // showTable()
},
{ immediate: true }
)