|
@@ -133,7 +133,7 @@ export default {
|
|
this.type = type//1是选择优惠券;2是选择人员
|
|
this.type = type//1是选择优惠券;2是选择人员
|
|
if(couponList && couponList.length>0){
|
|
if(couponList && couponList.length>0){
|
|
this.couponList = couponList.map(item=>{
|
|
this.couponList = couponList.map(item=>{
|
|
- item.distributeNum = 1
|
|
|
|
|
|
+ this.$set(item,'distributeNum',1)
|
|
return item
|
|
return item
|
|
})
|
|
})
|
|
}else{
|
|
}else{
|