dev_forum
杨树明 6 years ago
parent 097a0e495c
commit 5684b99c8a

@ -59,15 +59,18 @@ class Associationmodel extends Component{
goback=()=>{ goback=()=>{
debugger
this.setState({ this.setState({
Modalstype:false, Modalstype:false,
}) })
this.props.funlist()
this.props.Cancel() this.props.Cancel()
this.props.funlist()
} }
setSaves=()=>{ setSaves=()=>{
debugger
let {projectvalue}=this.state; let {projectvalue}=this.state;
let taskid=this.props.taskid; let taskid=this.props.taskid;
let url="/graduation_tasks/"+taskid+"/graduation_works/relate_project.json"; let url="/graduation_tasks/"+taskid+"/graduation_works/relate_project.json";
@ -76,19 +79,14 @@ class Associationmodel extends Component{
project_id: projectvalue project_id: projectvalue
}).then((result)=>{ }).then((result)=>{
if(result.status===200){ this.goback()
if(result.data.status===0){
// this.setState({ // this.setState({
// Modalstype:true, // Modalstype:true,
// Modalstopval:result.data.message, // Modalstopval:result.data.message,
// ModalSave:this.goback, // ModalSave:this.goback,
// loadtype:true // loadtype:true
// }) // })
this.goback
}
}
}).catch((error)=>{ }).catch((error)=>{
console.log(error) console.log(error)
@ -115,7 +113,7 @@ class Associationmodel extends Component{
project_id: projectvalue project_id: projectvalue
} }
}).then((result)=>{ }).then((result)=>{
if(result.status===200){
if(result.data.is_relate===false){ if(result.data.is_relate===false){
this.setSaves() this.setSaves()
}else{ }else{
@ -126,7 +124,7 @@ class Associationmodel extends Component{
loadtype:true loadtype:true
}) })
} }
}
}).catch((error)=>{ }).catch((error)=>{
console.log(error) console.log(error)
}) })

@ -59,12 +59,12 @@ class GraduateTaskItem extends Component{
axios.get(url).then((result)=>{ axios.get(url).then((result)=>{
if(result.data.status===0){ if(result.data.status===0){
this.setState({ // this.setState({
Modalstype:true, // Modalstype:true,
Modalstopval:result.data.message, // Modalstopval:result.data.message,
cardsModalsavetype:this.cannerassocition, // cardsModalsavetype:this.cannerassocition,
loadtype:true // loadtype:true
}) // })
this.props.funlist() this.props.funlist()
} }

@ -249,8 +249,8 @@ class GraduationTasksappraise extends Component{
</div> </div>
{firelistdata===undefined?"":firelistdata.length===0?"":firelistdata.revise_attachments.length===0?"": {firelistdata===undefined?"":firelistdata.length===0?"":firelistdata.revise_attachments.length===0?"":
<div className={"stud-class-set bor-top-greyE padding20-30 edu-back-white"}> <div className={"stud-class-set bor-bottom-greyEpadding20-30 edu-back-white"}>
<div className={"color-grey-6 mb10 bor-top-greyE"}> <div className={"color-grey-6 mb10 "}>
补交附件 补交附件
</div> </div>
<div className={"ml20"}> <div className={"ml20"}>
@ -291,7 +291,7 @@ class GraduationTasksappraise extends Component{
</div>} </div>}
{datalist&&datalist.project_info===undefined?"": {datalist&&datalist.project_info===undefined?"":
<div className={"stud-class-set edu-back-white padding20-30 bor-top-greyE"}> <div className={"stud-class-set edu-back-white padding20-30 bor-bottom-greyE"}>
<div className={"color-grey-6 mb10"}> <div className={"color-grey-6 mb10"}>
关联项目 关联项目
</div> </div>
@ -301,7 +301,7 @@ class GraduationTasksappraise extends Component{
</div>} </div>}
{/*{*/} {/*{*/}
{ datalist === undefined?"": datalist && datalist.task_type===undefined ?"" : datalist.task_type===1? "": datalist && datalist.work_members && datalist.work_members.length == 0 ?"": { datalist === undefined?"": datalist && datalist.task_type===undefined ?"" : datalist.task_type===1? "": datalist && datalist.work_members && datalist.work_members.length == 0 ?"":
<div className={"stud-class-set edu-back-white padding20-30 bor-top-greyE"} style={{height:"100%"}}> <div className={"stud-class-set edu-back-white padding20-30 bor-bottom-greyE"} style={{height:"100%"}}>
<div className={"color-grey-6 mb10"}> <div className={"color-grey-6 mb10"}>
其他组员 其他组员
</div> </div>

@ -544,12 +544,12 @@ class GraduationTaskssettinglist extends Component{
if(result.data.status===0){ if(result.data.status===0){
this.searchValue() this.searchValue()
this.setState({ // this.setState({
Modalstype:true, // Modalstype:true,
Modalstopval:result.data.message, // Modalstopval:result.data.message,
ModalSave:this.cannerassocition, // ModalSave:this.cannerassocition,
loadtype:true // loadtype:true
}) // })
} }
}).catch((error)=>{ }).catch((error)=>{

Loading…
Cancel
Save