vue-element-admin点击某链接下载文件

	<el-button type="primary" size="mini" @click="downloadAnnex()">
              下载
            </el-button>
downloadAnnex() {
      const aTag = document.createElement('a')
        aTag.href = 'http://..........?annexId=' + this.id //文件id
        aTag.click()
    },


关键词:
上一篇 下一篇


读后有收获可以支付宝请作者喝枸杞,有疑问也可以加作者讨论:





友情链接
@寅春树 豫ICP备20020705号 Powered by Thinkcmfx