issues25489
hjm 6 years ago
parent 3c29e67825
commit 22c6f64d28

@ -72,10 +72,10 @@ class ShixunWorkReport extends Component {
}) })
} }
}else { }else {
this.props.slowDownload(url) // this.props.slowDownload(url)
// this.props.showNotification(`正在下载中`); this.props.showNotification(`正在下载中`);
// window.open("/api"+url+'?export=true', '_blank'); window.open("/api"+url+'?export=true', '_blank');
this.setState({ isspinning: false }) this.setState({ isspinning: false })
} }
}).catch((error) => { }).catch((error) => {

Loading…
Cancel
Save