diff --git a/src/views/modules/heart/actinfo-add-or-update.vue b/src/views/modules/heart/actinfo-add-or-update.vue index 641fa2c..fd85f80 100644 --- a/src/views/modules/heart/actinfo-add-or-update.vue +++ b/src/views/modules/heart/actinfo-add-or-update.vue @@ -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