@ -311,7 +311,9 @@ class TPMDataset extends Component {
//done 成功就会调用这个方法
if(info.file.response){
if(info.file.response.status===-1||info.file.response.status==="-1"){
this.setState({
Buttonloading:false
})
}else{
this.getdatas();
@ -320,6 +322,10 @@ class TPMDataset extends Component {
// this.props.showNotification(`上传成功`);
}