Explorar el Código

收方总金额:

duy hace 1 año
padre
commit
de9dc8901c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/debit-pay/admin/middlepay.vue

+ 2 - 2
src/views/debit-pay/admin/middlepay.vue

@@ -82,9 +82,9 @@ defineOptions({
 const uuid = getRandom(4)
 
 //渲染完成
-onMounted(() => {
+onMounted(async () => {
     setSplitRef()
-    getKey1Data()
+   await getKey1Data()
     getCurrentMeterMoney()
 })