We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6940423 commit 863bbf8Copy full SHA for 863bbf8
public/pages/owner/adminAuthOwner/adminAuthOwner.js
@@ -44,7 +44,7 @@
44
_initEvent: function () {
45
vc.on('selectAdminCommunity','changeCommunity',function(_community){
46
$that.adminAuthOwnerInfo.conditions.communityId = _community.communityId;
47
- $that._listAdminAuthOwners($that.adminAuthOwnerInfo.currentPage, DEFAULT_ROWS);
+ $that._listAdminAuthOwners(DEFAULT_PAGE, DEFAULT_ROWS);
48
})
49
vc.on('adminAuthOwner', 'listAdminAuthOwner', function (_param) {
50
$that._listAdminAuthOwners(DEFAULT_PAGE, DEFAULT_ROWS);
0 commit comments