dev_forge
杨树明 5 years ago
parent 6a80766cae
commit 59a638c7a6

@ -74,9 +74,9 @@ 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+"?disposition=inline", '_blank');
this.setState({ isspinning: false }) this.setState({ isspinning: false })
} }
}).catch((error) => { }).catch((error) => {

Loading…
Cancel
Save