diff --git a/src/components/user/statisticsrecord.vue b/src/components/user/statisticsrecord.vue index de93a08..1b5cd26 100644 --- a/src/components/user/statisticsrecord.vue +++ b/src/components/user/statisticsrecord.vue @@ -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') }, } };