Commit af868444 authored by zhangderong's avatar zhangderong

转发面试官时对已转发的去重

parent 3648141a
......@@ -381,6 +381,9 @@
<Option v-for='(item, index) in options' :key='index' :value='item.email'>{{item.name}}({{item.email}})</Option>
</Select>
</FormItem>
<FormItem>
包含重复推荐,请删除重复再推荐,重复简历:{{this.reResumeName}}
</FormItem>
<FormItem label='' prop='interviewee'>
<div v-for='(item, index) in interviewee' :key='index' class='interviewee'>
<div class='pic'>
......@@ -575,6 +578,7 @@ import {mapState} from 'vuex'
delateARRALL3:[],
flowStatusarr:[],
flowStatusarr2:[],
reResumeName:'',
DELATEARR:[],
quanxuan:[],
orignarr:['TO_SEE','HAS_SEE','SEE_FAIL','INTERVIEW_FAIL','TO_SENT_OFFER','TO_ENTRY','HAS_ENTRY','NO_ENTRY','END','ARRIVED'],
......@@ -1563,32 +1567,25 @@ import {mapState} from 'vuex'
})
}, 300)
this.SouSuo(this.pageT)
} else{
this.errorCode=res.data.body.code
this.errorMassage=res.data.body.message
}
if(res.data.body.code=='40009'){
this.reResumeName=res.data.body.message
}
if(res.data.body.code=='40001'){
this.modal8=false
this.modal12=true
}
if(res.data.body.code=='40002'){
this.modal8=false
this.modal13=true
}
if(res.data.body.code=='0'){
this.modal8=false
this.clearInterviewee()
if(this.errorCode=='40001'){
this.modal12=true
}
if(this.errorCode=='40002'){
this.modal13=true
}
if(this.errorCode=='0'){
this.$Notice.error({
this.$Notice.error({
title: '提示',
desc: this.errorMassage
})
}
// setTimeout(() => {
// this.$Notice.error({
// title: '提示',
// desc: '发送失败'
// })
// }, 500)
// this.clearInterviewee()
// this.modal8 = false
}
desc: res.data.body.message
})
}
})
})
},800),
......
......@@ -378,6 +378,9 @@
<Option v-for='(item, index) in options' :key='index' :value='item.email'>{{item.name}}({{item.email}})</Option>
</Select>
</FormItem>
<FormItem>
包含重复推荐,请删除重复再推荐,重复简历:{{this.reResumeName}}
</FormItem>
<FormItem label='' prop='interviewee' >
<div v-for='(item, index) in interviewee' :key='index' class='interviewee'>
<div class='pic'>
......@@ -534,6 +537,7 @@ export default {
modal12:false,
modal13:false,
resumePushId:'',
reResumeName:'',
optcode:'',
toseename:'',
// UpdateOWER:'',
......@@ -1562,24 +1566,25 @@ export default {
})
}, 500)
this.SouSuo(this.pageT)
} else{
this.errorCode=res.data.body.code
this.errorMassage=res.data.body.message
this.clearInterviewee()
this.modal8 = false
if(this.errorCode=='40001'){
this.modal12=true
}
if(this.errorCode=='40002'){
this.modal13=true
}
if(this.errorCode=='0'){
this.$Notice.error({
title: '提示',
desc:this.errorMassage
})
}
}
}
if(res.data.body.code=='40009'){
this.reResumeName=res.data.body.message
}
if(res.data.body.code=='40001'){
this.modal8=false
this.modal12=true
}
if(res.data.body.code=='40002'){
this.modal8=false
this.modal13=true
}
if(res.data.body.code=='0'){
this.modal8=false
this.$Notice.error({
title: '提示',
desc: res.data.body.message
})
}
})
})
},800),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment