vue项目中需要导出下载客户数据,因为数据太多,响应太慢。后台直接上传给七牛  然后返回一个下载链接  前端通过跳转链接 来下载

       riskManagementApi.friendExprotAll(this.ids).then((res) => {
      
          console.log(res)
          window.location.href= res
         
          this.$message.success('恭喜你,导出成功')
        })

 

相关文章:

  • 2022-12-23
  • 2022-01-13
  • 2022-12-23
  • 2021-10-29
  • 2022-01-16
  • 2021-12-19
  • 2021-12-22
  • 2021-11-18
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-24
  • 2021-06-23
  • 2022-12-23
  • 2021-11-16
  • 2022-12-23
相关资源
相似解决方案