摘要: <el-button type="primary" @click="handle('export')">导出</el-button> <a id="link"></a> handle(type) { switch (type) { case 'export': this.exportList() b 阅读全文
posted @ 2021-12-30 09:38 前端小强166 阅读(112) 评论(0) 推荐(0)