Commit 2f85b812 authored by FE-安焕焕's avatar FE-安焕焕 👣

邀约面试问题

parent dc311d6a
......@@ -676,11 +676,13 @@ import {mapState} from 'vuex'
this.ITEMSTA=itemsta
// 准备约面
if(e.target.value==3){
// getEmailMoo().then(res=>{
// this.emailInline.modalArr.push(res.data.body[0])
// })
// this.emailMOdal=true
this.sendEmail()
getEmailMoo().then(res=>{
this.emailInline.modalArr.push(res.data.body[0])
})
this.emailMOdal=true
// this.sendEmail()
// this.emailInline.moo = 'TEMP_0001'
// this.getEmailContentValue('TEMP_0001')
this.emailFlowStatus='TO_SEE'
this.isShowTwo=true
}
......@@ -740,8 +742,10 @@ import {mapState} from 'vuex'
nextStep(){
this.beforeBtu=true
this.modal2=false
// this.emailMOdal=true
this.sendEmail()
this.emailMOdal=true
// this.sendEmail()
// this.emailInline.moo = 'TEMP_0001'
// this.getEmailContentValue('TEMP_0001')
},
selectFn2(e,SID,itemsta) {
this.ITEMSTA=itemsta
......@@ -749,12 +753,14 @@ import {mapState} from 'vuex'
this.toseeid=SID
// 准备约面
if(e.target.value==1){
// getEmailMoo().then(res=>{
// this.emailInline.modalArr.push(res.data.body[0])
// })
// this.emailMOdal=true
this.sendEmail()
getEmailMoo().then(res=>{
this.emailInline.modalArr.push(res.data.body[0])
})
this.emailMOdal=true
// this.sendEmail()
this.emailFlowStatus='TO_SEE'
// this.emailInline.moo = 'TEMP_0001'
// this.getEmailContentValue('TEMP_0001')
this.isShowTwo=true
}
// 简历PASS
......@@ -799,12 +805,14 @@ import {mapState} from 'vuex'
this.toseeid=SID
// 准备约面
if(e.target.value==2){
// getEmailMoo().then(res=>{
// this.emailInline.modalArr.push(res.data.body[0])
// })
// this.emailMOdal=true
this.sendEmail()
getEmailMoo().then(res=>{
this.emailInline.modalArr.push(res.data.body[0])
})
this.emailMOdal=true
// this.sendEmail()
this.emailFlowStatus='TO_SEE'
// this.emailInline.moo = 'TEMP_0001'
// this.getEmailContentValue('TEMP_0001')
this.isShowTwo=true
}
// 简历PASS
......@@ -849,11 +857,13 @@ import {mapState} from 'vuex'
this.emailId=SID
// 准备约面
if(e.target.value==2){
// getEmailMoo().then(res=>{
// this.emailInline.modalArr.push(res.data.body[0])
// })
// this.emailMOdal=true
this.sendEmail()
getEmailMoo().then(res=>{
this.emailInline.modalArr.push(res.data.body[0])
})
this.emailMOdal=true
// this.sendEmail()
// this.emailInline.moo = 'TEMP_0001'
// this.getEmailContentValue('TEMP_0001')
this.emailFlowStatus='TO_SEE'
this.isShowTwo=true
}
......
......@@ -633,11 +633,11 @@ export default {
this.ITEMSTA=itemsta
// 准备约面
if(e.target.value==3){
// getEmailMoo().then(res=>{
// this.emailInline.modalArr.push(res.data.body[0])
// })
// this.emailMOdal=true
this.sendEmail()
getEmailMoo().then(res=>{
this.emailInline.modalArr.push(res.data.body[0])
})
this.emailMOdal=true
// this.sendEmail()
this.emailFlowStatus='TO_SEE'
this.isShowTwo=true
}
......@@ -697,8 +697,8 @@ export default {
nextStep(){
this.beforeBtu=true
this.modal2=false
// this.emailMOdal=true
this.sendEmail()
this.emailMOdal=true
// this.sendEmail()
},
selectFn2(e,SID,itemsta) {
this.ITEMSTA=itemsta
......@@ -706,11 +706,11 @@ export default {
this.toseeid=SID
// 准备约面
if(e.target.value==1){
// getEmailMoo().then(res=>{
// this.emailInline.modalArr.push(res.data.body[0])
// })
// this.emailMOdal=true
this.sendEmail()
getEmailMoo().then(res=>{
this.emailInline.modalArr.push(res.data.body[0])
})
this.emailMOdal=true
// this.sendEmail()
this.emailFlowStatus='TO_SEE'
this.isShowTwo=true
}
......@@ -756,11 +756,11 @@ export default {
this.toseeid=SID
// 准备约面
if(e.target.value==2){
// getEmailMoo().then(res=>{
// this.emailInline.modalArr.push(res.data.body[0])
// })
// this.emailMOdal=true
this.sendEmail()
getEmailMoo().then(res=>{
this.emailInline.modalArr.push(res.data.body[0])
})
this.emailMOdal=true
// this.sendEmail()
this.emailFlowStatus='TO_SEE'
this.isShowTwo=true
}
......@@ -806,11 +806,11 @@ export default {
this.emailId=SID
// 准备约面
if(e.target.value==2){
// getEmailMoo().then(res=>{
// this.emailInline.modalArr.push(res.data.body[0])
// })
// this.emailMOdal=true
this.sendEmail()
getEmailMoo().then(res=>{
this.emailInline.modalArr.push(res.data.body[0])
})
this.emailMOdal=true
// this.sendEmail()
this.emailFlowStatus='TO_SEE'
this.isShowTwo=true
}
......@@ -1265,7 +1265,7 @@ export default {
if (this.checkboxList.length > 10&&type){
this.$Notice.error({
title: '提示',
desc: ' 不能选择多份简历,请选择单份简历'
desc: '不能选择多份简历,请选择单份简历'
})
return
}
......
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