<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() },