chromesetting
杨树明 5 years ago
parent 73412c7330
commit 111cca2965

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

Loading…
Cancel
Save