Browse Source

优化关闭判断

xiongxing 4 tháng trước cách đây
mục cha
commit
edfc6f50d4
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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 = ''
 }