From 27a95e948af52f95a284dddba4641625639b1cc0 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Fri, 17 Oct 2025 14:19:16 +0800 Subject: [PATCH] v1.9 优化修改折扣后,折扣规则为数字的bug --- src/components/fee/editFeeDiscount.vue | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/src/components/fee/editFeeDiscount.vue b/src/components/fee/editFeeDiscount.vue index 2dc8838..e7f4528 100644 --- a/src/components/fee/editFeeDiscount.vue +++ b/src/components/fee/editFeeDiscount.vue @@ -95,6 +95,8 @@ export default { feeDiscountRuleSpecs: row.feeDiscountSpecs || [], communityId: this.editFeeDiscountInfo.communityId } + this._loadEditFeeDiscountRules() + }) }, async getCommunityId() { -- libgit2 0.21.4