export true

dev_aliyun_beta
hjm 6 years ago
parent b259ca70b4
commit 88a4f0e3cf

@ -128,7 +128,8 @@ class studentsList extends Component{
}
/// 确认是否下载
confirmysl(url){
axios.get(url).then((response) => {
this.props.showGlobalLoading('正在生成文件,请稍后...')
axios.get(url + 'export=true').then((response) => {
if(response === undefined){
return
}

Loading…
Cancel
Save