Skip to content

Commit 863bbf8

Browse files
committed
优化代码
1 parent 6940423 commit 863bbf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/pages/owner/adminAuthOwner/adminAuthOwner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
_initEvent: function () {
4545
vc.on('selectAdminCommunity','changeCommunity',function(_community){
4646
$that.adminAuthOwnerInfo.conditions.communityId = _community.communityId;
47-
$that._listAdminAuthOwners($that.adminAuthOwnerInfo.currentPage, DEFAULT_ROWS);
47+
$that._listAdminAuthOwners(DEFAULT_PAGE, DEFAULT_ROWS);
4848
})
4949
vc.on('adminAuthOwner', 'listAdminAuthOwner', function (_param) {
5050
$that._listAdminAuthOwners(DEFAULT_PAGE, DEFAULT_ROWS);

0 commit comments

Comments
 (0)