摘要:
<el-upload :show-file-list="false" :on-error="errmsg" :headers="headers" :on-success="refreshList" action="/xxxx" accept=".xls, .xlsx" style="display: 阅读全文
posted @ 2021-03-16 13:54
努力化猿的鼠
阅读(1779)
评论(0)
推荐(0)
摘要:
1 downloadTemplate().then(res =>{ 2 3 const data = res.data 4 const url = window.URL.createObjectURL(new Blob([data], {type: "application/vnd.openxmlf 阅读全文
posted @ 2021-03-16 13:51
努力化猿的鼠
阅读(1769)
评论(0)
推荐(0)