Browse Source

优化关闭判断

xiongxing 4 months ago
parent
commit
edfc6f50d4
1 changed files with 0 additions and 1 deletions
  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 = ''
 }