赞
踩
前端接口:
downloadTemplate(){
return request({
url: '/api/v1/weekprofit/downloadtemplate',
method: 'post',
responseType: 'blob'
})
}
vue代码:
downloadTemplate() {
weeklyProfitAPI.downloadTemplate().then( res => {
const data = res.data;
let url = window.URL.
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。