From 1c9c4d0b6cd221e685a30b1c8aef53349d45cde0 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期二, 18 二月 2020 00:05:40 +0800
Subject: [PATCH] 管理员加入商户小区开发完成
---
WebService/src/main/resources/components/storePackage/listStoreManage/listStoreManage.js | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/WebService/src/main/resources/components/storePackage/listStoreManage/listStoreManage.js b/WebService/src/main/resources/components/storePackage/listStoreManage/listStoreManage.js
index 5a7c3ca..ad53824 100644
--- a/WebService/src/main/resources/components/storePackage/listStoreManage/listStoreManage.js
+++ b/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);
--
Gitblit v1.8.0