Forráskód Böngészése

feat(SCRM-7245): 兼容电子券过低的场景

john 9 hónapja
szülő
commit
e39f03e671
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      src/pages/parkingFeeV2/mixins/parkingFeeCoupon.js

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

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