|
@@ -76,7 +76,7 @@ export default {
|
|
|
const ajaxData = {
|
|
|
promotionRuleSn: _this.resObj.promotionRuleSn,
|
|
|
promotionProductType: _this.resObj.promotionProductType,
|
|
|
- scopeLevel: _this.resObj.scopeLevel || ''
|
|
|
+ scopeLevel: _this.resObj.scopeLevel || 1
|
|
|
}
|
|
|
hdExportExcel(excelProductExcel, ajaxData, '促销活动' + this.resObj.tit, function () {
|
|
|
_this.exportLoading = false
|