优化代码

This commit is contained in:
wuxw 2025-03-15 10:17:27 +08:00
parent 69404238ff
commit 863bbf8010

View File

@ -44,7 +44,7 @@
_initEvent: function () {
vc.on('selectAdminCommunity','changeCommunity',function(_community){
$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) {
$that._listAdminAuthOwners(DEFAULT_PAGE, DEFAULT_ROWS);