优化楼栋代码

This commit is contained in:
wuxw 2023-11-06 11:27:57 +08:00
parent 082a12a1c1
commit 18cdd24edb

View File

@ -67,7 +67,7 @@
let _that = this; let _that = this;
let dataObj = { let dataObj = {
page: 1, page: 1,
row: 15, row: 50,
communityId: getCurrentCommunity().communityId, communityId: getCurrentCommunity().communityId,
floorNum: this.searchValue floorNum: this.searchValue
}; };