|
@@ -127,8 +127,6 @@ export default {
|
127
|
for (let i = 0; i < this.multipleSelection.length; i++) {
|
127
|
for (let i = 0; i < this.multipleSelection.length; i++) {
|
128
|
selectIds = selectIds + "," + this.multipleSelection[i].id;
|
128
|
selectIds = selectIds + "," + this.multipleSelection[i].id;
|
129
|
}
|
129
|
}
|
130
|
- console.log(this.coupon);
|
|
|
131
|
- return
|
|
|
132
|
let params = {
|
130
|
let params = {
|
133
|
id: this.coupon,
|
131
|
id: this.coupon,
|
134
|
user_ids: selectIds.substring(1, selectIds.length),
|
132
|
user_ids: selectIds.substring(1, selectIds.length),
|