导出跟进状态

This commit is contained in:
“wanyongkang”
2022-01-14 16:18:57 +08:00
parent 62ac781957
commit 161fc73916

View File

@@ -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')
},
}
};