导出跟进状态
This commit is contained in:
@@ -208,7 +208,7 @@ export default {
|
||||
this.searchModel.s_time = this.time_search[0]
|
||||
this.searchModel.e_time = this.time_search[1]
|
||||
}
|
||||
this.$api.getDownloadFile(this.$api.phpURL + 'manager/userfollow/exportAllFollowRecord', {data: this.search_info}, '跟进记录.csv')
|
||||
this.$api.getDownloadFile(this.$api.phpURL + 'manager/UserFollow/exportAllFollowRecord', {data: this.search_info}, '跟进记录.csv')
|
||||
},
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user