|
@@ -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) {
|