mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化代码
This commit is contained in:
parent
69404238ff
commit
863bbf8010
@ -44,7 +44,7 @@
|
|||||||
_initEvent: function () {
|
_initEvent: function () {
|
||||||
vc.on('selectAdminCommunity','changeCommunity',function(_community){
|
vc.on('selectAdminCommunity','changeCommunity',function(_community){
|
||||||
$that.adminAuthOwnerInfo.conditions.communityId = _community.communityId;
|
$that.adminAuthOwnerInfo.conditions.communityId = _community.communityId;
|
||||||
$that._listAdminAuthOwners($that.adminAuthOwnerInfo.currentPage, DEFAULT_ROWS);
|
$that._listAdminAuthOwners(DEFAULT_PAGE, DEFAULT_ROWS);
|
||||||
})
|
})
|
||||||
vc.on('adminAuthOwner', 'listAdminAuthOwner', function (_param) {
|
vc.on('adminAuthOwner', 'listAdminAuthOwner', function (_param) {
|
||||||
$that._listAdminAuthOwners(DEFAULT_PAGE, DEFAULT_ROWS);
|
$that._listAdminAuthOwners(DEFAULT_PAGE, DEFAULT_ROWS);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user