Commit 27a95e948af52f95a284dddba4641625639b1cc0

Authored by wuxw
1 parent 257e836f

v1.9 优化修改折扣后,折扣规则为数字的bug

src/components/fee/editFeeDiscount.vue
@@ -95,6 +95,8 @@ export default { @@ -95,6 +95,8 @@ export default {
95 feeDiscountRuleSpecs: row.feeDiscountSpecs || [], 95 feeDiscountRuleSpecs: row.feeDiscountSpecs || [],
96 communityId: this.editFeeDiscountInfo.communityId 96 communityId: this.editFeeDiscountInfo.communityId
97 } 97 }
  98 + this._loadEditFeeDiscountRules()
  99 +
98 }) 100 })
99 }, 101 },
100 async getCommunityId() { 102 async getCommunityId() {