Explorar o código

优化关闭判断

xiongxing hai 4 meses
pai
achega
edfc6f50d4
Modificáronse 1 ficheiros con 0 adicións e 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 = ''
 }