lilei 6 days ago
parent
commit
96b7d374ab

+ 1 - 0
src/views/reportData/billingStatistics/customerCountList.vue

@@ -339,6 +339,7 @@ export default {
     exportList () {
       const _this = this
       const params = JSON.parse(JSON.stringify(_this.queryParam))
+      params.removeReportFlag = this.removeReportFlag
       _this.exportLoading = true
       _this.spinning = true
       hdExportExcel(salesStatsDealerExport, params, '开单统计报表(客户)', function () {

+ 3 - 2
src/views/reportData/billingStatistics/provinceCountList.vue

@@ -220,8 +220,8 @@ export default {
         item.width = tw + 'px'
         this.tableWidth = this.tableWidth + tw
       })
-      if(this.removeReportFlag == 1){
-        
+      if (this.removeReportFlag == 1) {
+
       }
       this.resetSearchForm()
     },
@@ -285,6 +285,7 @@ export default {
     exportList () {
       const _this = this
       const params = JSON.parse(JSON.stringify(_this.queryParam))
+      params.removeReportFlag = this.removeReportFlag
       _this.exportLoading = true
       _this.spinning = true
       hdExportExcel(salesStatsProvinceExport, params, '开单统计报表(省份)', function () {