wuxw
2020-02-18 1c9c4d0b6cd221e685a30b1c8aef53349d45cde0
WebService/src/main/resources/components/storePackage/listStoreManage/listStoreManage.js
@@ -46,7 +46,7 @@
                        var _listStoreManageInfo = JSON.parse(json);
                        vc.component.listStoreManageInfo.total = _listStoreManageInfo.total;
                        vc.component.listStoreManageInfo.records = _listStoreManageInfo.records;
                        vc.component.listStoreManageInfo.listStores = _listStoreManageInfo.listStores;
                        vc.component.listStoreManageInfo.listStores = _listStoreManageInfo.stores;
                        vc.emit('pagination', 'init', {
                            total: vc.component.listStoreManageInfo.records,
                            currentPage: _page
@@ -56,8 +56,8 @@
                    }
                );
            },
            _openDeleteListStoreModel: function (_listStore) {
                vc.emit('deleteListStore', 'openDeleteListStoreModal', _listStore);
            _openStoresCommunityModel: function (_listStore) {
                vc.emit('storesCommunity','openStoresCommunity', _listStore);
            },
            _queryListStoreMethod: function () {
                vc.component._listListStores(DEFAULT_PAGE, DEFAULT_ROWS);