Browse Source

参数完善

bding 1 year ago
parent
commit
118409f5db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/dataReport_manage/equityCustomStatistics.vue

+ 1 - 1
src/views/dataReport_manage/equityCustomStatistics.vue

@@ -207,7 +207,7 @@ export default {
         DataType: this.filterObj.data_type == "新增试用客户" ? "新增试用" : this.filterObj.data_type,
         Keyword: this.searchVal,
         IsExport: true,
-        IsConfirm: this.filterObj.data_type == "未续约客户" ? 1 : -1,
+        IsConfirm: this.filterObj.data_type == "未续约客户" ? this.isNotRenewedConfirm : -1,
         CompanyAscribeId: this.noRenewalReasonId,
       };
       for (let key in obj) {