From b20769a49f9fb3d09ec4804c6559f5ce8f9f473c Mon Sep 17 00:00:00 2001 From: LegnaYet <1023868505@qq.com> Date: Wed, 29 Apr 2020 18:51:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/CustomerDetail.vue | 2 +- src/pages/shop/IncreaseStoreManager.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/CustomerDetail.vue b/src/pages/CustomerDetail.vue index 38a5113..ecd32e9 100644 --- a/src/pages/CustomerDetail.vue +++ b/src/pages/CustomerDetail.vue @@ -434,7 +434,7 @@ customerIds = this.customerList.map(item => item.id); let request = - {userId: that.userId,customerIds: customerIds}; + {userId: that.userId,customerIds: JSON.stringify(customerIds)}; staff.downShopData(request, function (data) { data = data.data.results; if(data){ diff --git a/src/pages/shop/IncreaseStoreManager.vue b/src/pages/shop/IncreaseStoreManager.vue index 725bfeb..e8302f0 100644 --- a/src/pages/shop/IncreaseStoreManager.vue +++ b/src/pages/shop/IncreaseStoreManager.vue @@ -459,7 +459,7 @@ customerIds = this.customerList.map(item => item.id); let request = - {userId: that.userId,customerIds: customerIds}; + {userId: that.userId,customerIds: JSON.stringify(customerIds)}; staff.downShopData(request, function (data) { data = data.data.results; if(data){