|
@@ -110,7 +110,7 @@ export default {
|
|
|
this.checkboxOption.selectedRowKeys = isSelected ? [endSelProduct] : []
|
|
|
}
|
|
|
console.log(this.checkboxOption.selectedRowKeys)
|
|
|
- // 查询此活动下的产品列表
|
|
|
+ // 查询此活动下的已选产品列表
|
|
|
const salesPromoSn = this.activeList.filter(item => this.checkboxOption.selectedRowKeys.includes(item.id)).map(item => item.salesPromoSn)
|
|
|
this.$emit('selected', isSelected ? salesPromoSn : null)
|
|
|
}
|