|
@@ -499,12 +499,16 @@ export default {
|
|
// 展开收缩活动详情
|
|
// 展开收缩活动详情
|
|
showDesc(e,item){
|
|
showDesc(e,item){
|
|
e.stopPropagation()
|
|
e.stopPropagation()
|
|
- item.isActive = true
|
|
|
|
const row = this.$refs['productList-'+item.promoRuleSn][0]
|
|
const row = this.$refs['productList-'+item.promoRuleSn][0]
|
|
row&&row.showDesc(item.promotionRule)
|
|
row&&row.showDesc(item.promotionRule)
|
|
},
|
|
},
|
|
showDescOk(v,item){
|
|
showDescOk(v,item){
|
|
item.showDesc = v
|
|
item.showDesc = v
|
|
|
|
+ if(!item.isActive){
|
|
|
|
+ const row = this.$refs['productList-'+item.promoRuleSn][0]
|
|
|
|
+ row&&row.resetSearchForm()
|
|
|
|
+ item.isActive = true
|
|
|
|
+ }
|
|
this.activeList.splice()
|
|
this.activeList.splice()
|
|
},
|
|
},
|
|
// 启用规则
|
|
// 启用规则
|