diff --git a/src/project/xicheng/AppMerchantManage/AppMerchantManage.vue b/src/project/xicheng/AppMerchantManage/AppMerchantManage.vue
index d41811ad..d8f2c374 100644
--- a/src/project/xicheng/AppMerchantManage/AppMerchantManage.vue
+++ b/src/project/xicheng/AppMerchantManage/AppMerchantManage.vue
@@ -17,7 +17,7 @@
{{ item.businessName }}
-
店员 ({{ item.detailList ? item.detailList.length : 0 }})
+
店员 ({{ item.userCount }})
![]()
@@ -27,10 +27,11 @@
{{ item.businessAddress }}
-
+ {{ item.girdUserName }}-{{ item.girdUserType }}
+ 未绑定网格员
+
@@ -82,7 +83,7 @@
getList () {
if (this.current > this.pages && this.current !== 1) return
- this.$http.post('/app/appcompany/list', null, {
+ this.$http.post('/app/appcompany/getPageWithGird', null, {
params: {
size: 10,
current: this.current,
diff --git a/src/project/xicheng/AppMerchantMap/AppMerchantMap.vue b/src/project/xicheng/AppMerchantMap/AppMerchantMap.vue
index 69b1e866..53fd2d09 100644
--- a/src/project/xicheng/AppMerchantMap/AppMerchantMap.vue
+++ b/src/project/xicheng/AppMerchantMap/AppMerchantMap.vue
@@ -2,7 +2,7 @@