Parcourir la source

优化关闭判断

xiongxing il y a 4 mois
Parent
commit
edfc6f50d4
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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 = ''
 }