Ver código fonte

fix loading 逻辑

peter 1 ano atrás
pai
commit
9ce11173a3
1 arquivos alterados com 1 adições e 1 exclusões
  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
     })
 }