|
|
@ -659,7 +659,10 @@ export default { |
|
|
|
...this.dataForm, |
|
|
|
...res.data |
|
|
|
} |
|
|
|
console.log(this.dataForm) |
|
|
|
this.dataForm.signinStartTime = this.dataForm.actStartTime |
|
|
|
this.dataForm.signinAddress = this.dataForm.actAddress |
|
|
|
this.dataForm.signinLatitude = this.dataForm.actLatitude |
|
|
|
this.dataForm.signinLongitude = this.dataForm.actLongitude |
|
|
|
}).catch(() => { }) |
|
|
|
}, |
|
|
|
// 上传图片ends |
|
|
|