From 161fc73916bc88734547b203e2375c301d4202da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Fri, 14 Jan 2022 16:18:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=87=BA=E8=B7=9F=E8=BF=9B=E7=8A=B6?= =?UTF-8?q?=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/user/statisticsrecord.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') }, } };