zhb 1 month ago
parent
commit
f6f459ac5c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/customer/deposit-select.vue

+ 1 - 1
pages/customer/deposit-select.vue

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