From dd529edac9bea827f380b54e3e63e745d6ceff5d Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Sat, 2 Jul 2022 18:51:25 +0800 Subject: [PATCH] bug --- .../xicheng/AppMerchantManage/AppMerchantManage.vue | 11 ++++++----- src/project/xicheng/AppMerchantMap/AppMerchantMap.vue | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) 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 @@