优化代码

This commit is contained in:
java110 2021-11-18 19:35:33 +08:00
parent 60f01667e2
commit 5b05c0e8d2
5 changed files with 6 additions and 5 deletions

View File

@ -86,7 +86,7 @@
return {
floorNum: _term,
page: 1,
row: 30,
row: 50,
communityId: vc.getCurrentCommunity().communityId
};
},

View File

@ -104,7 +104,7 @@
return {
roomNum: _term,
page: 1,
row: 10,
row: 100,
unitId: this.roomSelect2Info.unitId,
communityId: vc.getCurrentCommunity().communityId
};

View File

@ -90,7 +90,7 @@
return {
unitNum: _term,
page: 1,
row: 10,
row: 50,
floorId: this.unitSelect2Info.floorId,
communityId: vc.getCurrentCommunity().communityId
};

View File

@ -29,7 +29,7 @@
</div>
<div class="col-sm-3">
<input type="text" placeholder="请填写业主名称" class="form-control "
v-model="roomCreateFeeInfo.conditions.ownerName" @keyup.enter="_queryRoomMethod">
v-model="roomCreateFeeInfo.conditions.ownerNameLike" @keyup.enter="_queryRoomMethod">
</div>
<div class="col-sm-2">

View File

@ -20,6 +20,7 @@
conditions: {
floorId: '',
ownerName: '',
ownerNameLike: '',
floorName: '',
unitId: '',
roomNum: '',
@ -117,7 +118,7 @@
});
},
_openViewRoomCreateFee: function (_room) {
vc.jumpToPage("/admin.html#/pages/property/listRoomFee?roomId=" + _room.roomId+ '&ownerId=' + _room.ownerId);
vc.jumpToPage("/admin.html#/pages/property/listRoomFee?roomId=" + _room.roomId + '&ownerId=' + _room.ownerId);
},
/**
根据楼ID加载房屋