mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-11 14:17:24 +08:00
优化代码
This commit is contained in:
parent
60f01667e2
commit
5b05c0e8d2
@ -86,7 +86,7 @@
|
||||
return {
|
||||
floorNum: _term,
|
||||
page: 1,
|
||||
row: 30,
|
||||
row: 50,
|
||||
communityId: vc.getCurrentCommunity().communityId
|
||||
};
|
||||
},
|
||||
|
||||
@ -104,7 +104,7 @@
|
||||
return {
|
||||
roomNum: _term,
|
||||
page: 1,
|
||||
row: 10,
|
||||
row: 100,
|
||||
unitId: this.roomSelect2Info.unitId,
|
||||
communityId: vc.getCurrentCommunity().communityId
|
||||
};
|
||||
|
||||
@ -90,7 +90,7 @@
|
||||
return {
|
||||
unitNum: _term,
|
||||
page: 1,
|
||||
row: 10,
|
||||
row: 50,
|
||||
floorId: this.unitSelect2Info.floorId,
|
||||
communityId: vc.getCurrentCommunity().communityId
|
||||
};
|
||||
|
||||
@ -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">
|
||||
|
||||
@ -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加载房屋
|
||||
|
||||
Loading…
Reference in New Issue
Block a user