|
|
|
@ -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
|
|
|
|
|
}
|
|
|
|
|