Explorar o código

fix loading 逻辑

peter hai 1 ano
pai
achega
9ce11173a3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
     })
 }