面试地址回显

app
wangxia 5 months ago
parent 6612bed9a5
commit 19ff402826

@ -373,10 +373,16 @@ export default {
console.log("获取预约面试时间:", e); console.log("获取预约面试时间:", e);
this.updateInfo.interviewTimeStr = e; this.updateInfo.interviewTimeStr = e;
}, },
updateDom(){
},
chooseAddress(e){ chooseAddress(e){
let that = this;
console.log(e);
this.updateInfo.interviewLat = e.lat; this.updateInfo.interviewLat = e.lat;
this.updateInfo.interviewLng = e.lng; this.updateInfo.interviewLng = e.lng;
this.updateInfo.interviewAddress = e.address; this.updateInfo.interviewAddress = e.address;
this.jobData[1].value = this.updateInfo.interviewAddress
// billForm.value.storeAddr = e.address; // billForm.value.storeAddr = e.address;
console.log('this.updateInfo',this.updateInfo); console.log('this.updateInfo',this.updateInfo);
console.log('e',e); console.log('e',e);

Loading…
Cancel
Save