hjm 6 years ago
commit f4664de408

@ -84,9 +84,21 @@ class GraduationTasksSubmitnew extends Component{
handleSubmit=(e) => {
let {fileList,selectmemberslist,workslist}=this.state;
if(fileList.length === 0){
this.setState({
Modalstype:true,
Modalstopval:'请上传附件!',
Loadtype:true,
ModalCancel:this.cancelAttachment
})
return
}
let userids=[];
for(var list of selectmemberslist){

@ -71,6 +71,7 @@ class Trialapplication extends Component {
this.setState({
isRenders: true
})
this.props.setTrialapplication();
}
return response;
}, (error) => {
@ -86,9 +87,6 @@ class Trialapplication extends Component {
this.setState({
user_phone_binded: this.state.props.user_phone_binded,
})
if(this.state.props.user_phone_binded === true){
this.props.setTrialapplication();
}
}
} catch (e) {

Loading…
Cancel
Save