|
|
|
@ -60,7 +60,7 @@ class Fileslistitem extends Component{
|
|
|
|
|
// link.setAttribute('download',result.data.title);
|
|
|
|
|
// document.body.appendChild(link);
|
|
|
|
|
// link.click();
|
|
|
|
|
window.open=result.data.url;
|
|
|
|
|
window.open(result.data.url);
|
|
|
|
|
}else{
|
|
|
|
|
this.setState({
|
|
|
|
|
Showoldfiles:true,
|
|
|
|
|