Browse Source

Merge pull request #591 from John-Hong/release-3.17.0

feat(SCRM-7245): 兼容电子券过低的场景
John-Hong 9 tháng trước cách đây
mục cha
commit
c9ce8f667e

+ 1 - 0
src/pages/parkingFeeV2/mixins/parkingFeeCoupon.js

@@ -75,6 +75,7 @@ export default {
         }
         }
         setTimeout(() => {
         setTimeout(() => {
           this.newGroupedCouponData()
           this.newGroupedCouponData()
+          this.setAllDisabled()
         }, 100)
         }, 100)
       }
       }
     },
     },