master
LegnaYet 6 years ago
parent 8e749d3e6b
commit b20769a49f

@ -434,7 +434,7 @@
customerIds = this.customerList.map(item => item.id); customerIds = this.customerList.map(item => item.id);
let request = let request =
{userId: that.userId,customerIds: customerIds}; {userId: that.userId,customerIds: JSON.stringify(customerIds)};
staff.downShopData(request, function (data) { staff.downShopData(request, function (data) {
data = data.data.results; data = data.data.results;
if(data){ if(data){

@ -459,7 +459,7 @@
customerIds = this.customerList.map(item => item.id); customerIds = this.customerList.map(item => item.id);
let request = let request =
{userId: that.userId,customerIds: customerIds}; {userId: that.userId,customerIds: JSON.stringify(customerIds)};
staff.downShopData(request, function (data) { staff.downShopData(request, function (data) {
data = data.data.results; data = data.data.results;
if(data){ if(data){

Loading…
Cancel
Save