面试地址回显

app
wangxia 5 months ago
parent 6612bed9a5
commit 19ff402826

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

Loading…
Cancel
Save