优化查询类型bug

Signed-off-by: java110 <928255095@qq.com>
This commit is contained in:
java110 2025-09-23 08:40:37 +00:00 committed by Gitee
parent c0df2b0583
commit 24f75e9452
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -196,7 +196,7 @@
loadApplyRoomDiscountType: function(){
let _that = this;
let params = {
communityId: this.roomDetail.communityId,
communityId: getCommunityId(),
page: 1,
row: 50
}