@ -84,8 +84,20 @@ 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=[];
@ -71,6 +71,7 @@ class Trialapplication extends Component {
isRenders: true
this.props.setTrialapplication();
return response;
}, (error) => {
@ -86,9 +87,6 @@ class Trialapplication extends Component {
user_phone_binded: this.state.props.user_phone_binded,
if(this.state.props.user_phone_binded === true){
} catch (e) {