Commit 74299200 authored by zhangderong's avatar zhangderong

更改约面信息加email字段

parent e0b01c8e
......@@ -292,6 +292,7 @@ export default {
UpdateTIMENEW:'',
UpdateVIEWNEW:'',
highestDegreeNum:'',
emailName:'',
flowStatusList:[],
inviterName:'',//邀约人
interviewerName:'',//面试官
......@@ -394,7 +395,8 @@ export default {
resumeId:this.UpdateID,
inviterName:this.formInline.UpdateOWER,
seeTime:moment(this.formInline.UpdateTIME).format('YYYY-MM-DD HH:mm'),
interviewerName:this.formInline.UpdateVIEW
interviewerName:this.formInline.UpdateVIEW,
email:this.emailName
}
if(this.formInline.UpdateOWER==''||this.formInline.UpdateTIME==""||this.formInline.UpdateVIEW==''){
this.$Notice.error({
......@@ -724,7 +726,10 @@ export default {
query = query.split('(')[0]
findCompanyEmailByKey(query).then(res => {
list = res
this.options = list.data.body
this.options = list.data.body || []
this.options.map(item=>{
this.emailName=item.email
})
// this.options.push({name: '不限', email: ''})
})
}, 500);
......
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