Explorar el Código

fix loading 逻辑

peter hace 1 año
padre
commit
9ce11173a3
Se han modificado 1 ficheros con 1 adiciones y 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
     })
 }