|
@@ -279,7 +279,7 @@ export default {
|
|
|
DataType: this.filterObj.data_type == '新增试用客户' ? '新增试用' : this.filterObj.data_type,
|
|
|
Keyword:this.searchVal,
|
|
|
IsExport:true,
|
|
|
- IsConfirm:this.filterObj.data_type=='未续约客户'?this.isNotRenewedConfirm:-1,
|
|
|
+ IsConfirm:this.filterObj.data_type=='未续约客户'?1:-1,
|
|
|
CompanyAscribeId:this.noRenewalReasonId
|
|
|
};
|
|
|
for (let key in obj) {
|
|
@@ -456,6 +456,7 @@ export default {
|
|
|
this.getTableData()
|
|
|
},
|
|
|
notRenewedConfirmChange(){
|
|
|
+ this.tabsActiveName = '试用'
|
|
|
this.noRenewalReasonId=''
|
|
|
this.page_no = 1;
|
|
|
this.getTableData()
|
|
@@ -480,7 +481,7 @@ export default {
|
|
|
EndDate: this.end_date,
|
|
|
StartDate: this.start_date,
|
|
|
DataType: this.filterObj.data_type == '新增试用客户' ? '新增试用' : this.filterObj.data_type,
|
|
|
- TryOutType:this.filterObj.data_type=='未续约客户'? this.tabsActiveName : '',
|
|
|
+ TryOutType:this.filterObj.data_type=='未续约客户' && this.isNotRenewedConfirm==1? this.tabsActiveName : '',
|
|
|
IsConfirm:this.filterObj.data_type=='未续约客户'?this.isNotRenewedConfirm:-1,
|
|
|
CompanyAscribeId:this.noRenewalReasonId
|
|
|
}
|
|
@@ -604,6 +605,7 @@ export default {
|
|
|
dataMainInterface.addNotRenewedRemark(params).then(res=>{
|
|
|
if(res.Ret == 200){
|
|
|
this.$message.success("添加成功")
|
|
|
+ this.getTableData()
|
|
|
this.isAddRemarkShow=false
|
|
|
this.selectItemRow={}
|
|
|
}
|