master
LegnaYet 6 years ago
parent 8e749d3e6b
commit b20769a49f

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

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

Loading…
Cancel
Save