Parcourir la source

fix loading 逻辑

peter il y a 1 an
Parent
commit
9ce11173a3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
     })
 }