Explorar el Código

优化关闭判断

xiongxing hace 4 meses
padre
commit
edfc6f50d4
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/views/elderly/fee/bill-pay/index.vue

+ 0 - 1
src/views/elderly/fee/bill-pay/index.vue

@@ -841,7 +841,6 @@ const handleSelfFundedPay = () => {
 }
 
 const handleSelfFundedClosed = () => {
-  if (selfFundedLoading.value) return
   selfFundedVisible.value = false
   selfFundedParams.value.billingMonth = ''
 }