소스 검색

修改bug

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