瀏覽代碼

参数完善

bding 1 年之前
父節點
當前提交
118409f5db
共有 1 個文件被更改,包括 1 次插入1 次删除
  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,
         DataType: this.filterObj.data_type == "新增试用客户" ? "新增试用" : this.filterObj.data_type,
         Keyword: this.searchVal,
         Keyword: this.searchVal,
         IsExport: true,
         IsExport: true,
-        IsConfirm: this.filterObj.data_type == "未续约客户" ? 1 : -1,
+        IsConfirm: this.filterObj.data_type == "未续约客户" ? this.isNotRenewedConfirm : -1,
         CompanyAscribeId: this.noRenewalReasonId,
         CompanyAscribeId: this.noRenewalReasonId,
       };
       };
       for (let key in obj) {
       for (let key in obj) {