撤销证件删除上传的图片

dev_home
caishi 5 years ago
parent 1e70c9c245
commit 1eaa461622

@ -53,13 +53,17 @@ class RealNameCertificationModal extends Component{
schoolList:undefined,
departments:undefined,
showRealName:true,
realName:undefined
realName:undefined,
imageUrl2:undefined
}
}
// 弹框出现visible==true时给formitem赋值
setVisible = (visible) => {
this.refs.modalWrapper.setVisible(visible);
this.setState({
imageUrl2:undefined
})
if(visible && this.props.basicInfo){
this.setValue(this.props.basicInfo);
this.getSchoolList(this.props.basicInfo);

Loading…
Cancel
Save