mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-26 08:16:47 +08:00
优化chooseResourceStore2.js
This commit is contained in:
parent
3c4f9697b1
commit
5c222b7800
@ -19,20 +19,19 @@
|
||||
vc.on('chooseResourceStore2','openChooseResourceStoreModel2',function(_param){
|
||||
$('#chooseResourceStoreModel2').modal('show');
|
||||
vc.component.chooseResourceStoreInfo2._currentResourceStoreName = "";
|
||||
vc.component._loadAllResourceStoreInfo(DEFAULT_PAGE, DEFAULT_ROWS,'');
|
||||
vc.component._loadAllResourceStoreInfo(DEFAULT_PAGE, DEFAULT_ROWS);
|
||||
});
|
||||
vc.on('pagination', 'page_event', function (_currentPage) {
|
||||
vc.component._loadAllResourceStoreInfo(_currentPage, DEFAULT_ROWS);
|
||||
});
|
||||
},
|
||||
methods:{
|
||||
_loadAllResourceStoreInfo:function(_page,_row,_name){
|
||||
_loadAllResourceStoreInfo:function(_page,_row){
|
||||
var param = {
|
||||
params:{
|
||||
page:_page,
|
||||
row:_row,
|
||||
communityId:vc.getCurrentCommunity().communityId,
|
||||
name:_name
|
||||
communityId:vc.getCurrentCommunity().communityId
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user