Browse Source

参数完善

bding 1 năm trước cách đây
mục cha
commit
118409f5db
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) {