@@ -208,6 +208,9 @@ export default {
this.$nextTick(() => {
this.getTreeData()
})
+ if (res.data.promoRule.productRangeList && res.data.promoRule.productRangeList.productRangeList.length > 0) {
+ this.form.promoRule.productRangeList = res.data.promoRule.productRangeList.map(item => { return item.productTypeSn })
+ }
}