From b9a26d3a97f487516e9635de1fb4f2d8f6e1bf0b Mon Sep 17 00:00:00 2001 From: Jackwang Date: Mon, 6 Sep 2021 19:07:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B4=BB=E5=8A=A8=E5=8F=91=E5=B8=83=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/heart/actinfo-add-or-update.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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