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] =?UTF-8?q?v1.9=20=E4=BC=98=E5=8C=96=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=8A=98=E6=89=A3=E5=90=8E=EF=BC=8C=E6=8A=98=E6=89=A3=E8=A7=84?= =?UTF-8?q?=E5=88=99=E4=B8=BA=E6=95=B0=E5=AD=97=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/fee/editFeeDiscount.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/fee/editFeeDiscount.vue b/src/components/fee/editFeeDiscount.vue index 2dc8838d8..e7f452876 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() {