vue项目中需要导出下载客户数据,因为数据太多,响应太慢。后台直接上传给七牛 然后返回一个下载链接 前端通过跳转链接 来下载
riskManagementApi.friendExprotAll(this.ids).then((res) => { console.log(res) window.location.href= res this.$message.success('恭喜你,导出成功') })
vue项目中需要导出下载客户数据,因为数据太多,响应太慢。后台直接上传给七牛 然后返回一个下载链接 前端通过跳转链接 来下载
riskManagementApi.friendExprotAll(this.ids).then((res) => { console.log(res) window.location.href= res this.$message.success('恭喜你,导出成功') })