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