chenrui 1 سال پیش
والد
کامیت
4def78be1d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/views/promotionRulesManagement/dealerPromotions/productPreviewModal.vue

+ 1 - 1
src/views/promotionRulesManagement/dealerPromotions/productPreviewModal.vue

@@ -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