VUE Execel //テンプレートのダウンロード

<a href="#" @click="templateDownload()">テンプレートをダウンロードする</a>
 
//テンプレートのダウンロード
templateDownload(){
この。$のaxios({
URL: '/ chenfan_refuse / otherRecord / otherRecordExcelDownload'、
方法:「取得」、
responseType: 'ブロブ'
})。次に、((データ)=> {
CONSTブロブ=新たなBLOB([データ]、{タイプ: 'text / plainの;のcharset = UTF-8'})
constのURL = window.URL.createObjectURL(ブロブ)
CONST A =のdocument.createElement( 'A')
a.href = URL
a.download =「領収書その他の新しいの.xlsx」
document.body.appendChild(A)
a.click()
window.URL.revokeObjectURL(URL)
document.body.removeChild(A)
。この$ Loading.finish();プログレスバーの//終了
})
}、

おすすめ

転載: www.cnblogs.com/wssdx/p/11468660.html
おすすめ