|
@@ -502,6 +502,8 @@ export default {
|
|
|
showDesc (e, item) {
|
|
|
e.stopPropagation()
|
|
|
const row = this.$refs['productList-' + item.promoRuleSn][0]
|
|
|
+ item.promotionRule.minOrderAmount = item.promotion.minOrderAmount
|
|
|
+ item.promotionRule.upperLimitAmount = item.promotion.upperLimitAmount
|
|
|
row && row.showDesc(item.promotionRule)
|
|
|
},
|
|
|
showDescOk (v, item) {
|