|
|
@ -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){
|
|
|
|