美文网首页
文件导出二

文件导出二

作者: 啊柒柒柒 | 来源:发表于2019-12-20 17:08 被阅读0次

使用iframe 导出


  <Button type="primary" size="small" v-if="year.id" @click="handleExport">导出</Button>
  <iframe id="file" style="display:none"></iframe>

   handleExport () {
      var dom=document.getElementById('file')
     // 这里的url是指后台的请求地址
      dom.src= `url`
    },


相关文章

网友评论

      本文标题:文件导出二

      本文链接:https://www.haomeiwen.com/subject/cyuinctx.html