From c02d87081a0d04a740a9d7377efab48c9ef870c2 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Mon, 5 Jan 2026 16:41:52 +0800 Subject: [PATCH] 解决 格式化bug --- src/components/fee/simplifyRoomFee.vue | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/src/components/fee/simplifyRoomFee.vue b/src/components/fee/simplifyRoomFee.vue index 40f7e43..81bf1e6 100644 --- a/src/components/fee/simplifyRoomFee.vue +++ b/src/components/fee/simplifyRoomFee.vue @@ -522,6 +522,7 @@ export default { }) }, changeSimplifyRoomConfigId() { + this.handleNotify() this.$emit('notify', {}) }, simplifyRoomGetFeeOwnerInfo(attrs) { -- libgit2 0.21.4