mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
测试参数
This commit is contained in:
parent
25c3c0a0c6
commit
cc2b608c3c
@ -118,7 +118,8 @@
|
|||||||
vc.component._listOwnerData(DEFAULT_PAGE, DEFAULT_ROWS);
|
vc.component._listOwnerData(DEFAULT_PAGE, DEFAULT_ROWS);
|
||||||
},
|
},
|
||||||
_openAddOwnerRoom: function (_owner) {
|
_openAddOwnerRoom: function (_owner) {
|
||||||
vc.jumpToPage("/admin.html#/addOwnerRoomBinding?ownerId=" + _owner.ownerId);
|
//vc.jumpToPage("/admin.html#/addOwnerRoomBinding?ownerId=" + _owner.ownerId);
|
||||||
|
vc.jumpToPage("/admin.html#/addOwnerRoomBinding");
|
||||||
},
|
},
|
||||||
_openHireParkingSpace: function (_owner) {
|
_openHireParkingSpace: function (_owner) {
|
||||||
vc.jumpToPage("/admin.html#/hireParkingSpace?ownerId=" + _owner.ownerId);
|
vc.jumpToPage("/admin.html#/hireParkingSpace?ownerId=" + _owner.ownerId);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user