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){