zhb 1 mese fa
parent
commit
f6f459ac5c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 }
 )