dev_home
杨树林 5 years ago
parent f10c024d4c
commit 0322111961

@ -344,7 +344,11 @@ class CompetitionContentspdfpeopledata extends Component {
} else if (index === 2) {
this.props.showNotification('撤销职业认证成功')
}
this.getdata(this.state.userdata.id);
try {
this.getdata(this.state.userdata.id);
}catch (e) {
}
}
} catch (e) {

Loading…
Cancel
Save