|
|
@@ -618,7 +618,7 @@ export default {
|
|
|
res.rows.forEach(item => {
|
|
|
// 根据productName和goodsId组装成为label和value
|
|
|
this.couponOptions.push({
|
|
|
- value: item.couponId,
|
|
|
+ value: item.id,
|
|
|
label: item.title
|
|
|
})
|
|
|
})
|
|
|
@@ -727,7 +727,7 @@ export default {
|
|
|
}else if (this.form.taskType == 4) {
|
|
|
this.form.content = content.lotteryId;
|
|
|
}else if(this.form.taskType == 5){
|
|
|
- this.form.content = content.couponId;
|
|
|
+ this.form.content = content.id;
|
|
|
}else if(this.form.taskType == 6){
|
|
|
this.form.goodsId = content.goodsId;
|
|
|
this.form.goodsStatus = content.status;
|