Sfoglia il codice sorgente

fix loading 逻辑

peter 1 anno fa
parent
commit
9ce11173a3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/pages/payment-record/index.vue

+ 1 - 1
src/pages/payment-record/index.vue

@@ -417,7 +417,7 @@ const save = function () {
       tableData.value = []
     })
     .finally(() => {
-      loading.value = true
+      loading.value = false
     })
 }