From b8202d2c13f90d678fa60d285d3f01907e3c8f41 Mon Sep 17 00:00:00 2001 From: bianyaqi Date: Fri, 12 May 2023 17:40:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=A0=E5=80=BC=E6=97=B6=E9=97=B4=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/modules/formList/InformedConsent.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/page-subspecialty/views/modules/formList/InformedConsent.vue b/src/page-subspecialty/views/modules/formList/InformedConsent.vue index f46ac69..6494f54 100644 --- a/src/page-subspecialty/views/modules/formList/InformedConsent.vue +++ b/src/page-subspecialty/views/modules/formList/InformedConsent.vue @@ -374,8 +374,8 @@ export default { this.confirmData.patientGender = this.patientDetail.patientSex const userData = JSON.parse(window.localStorage.getItem('qg-userData')) this.confirmData.operationSign = userData.signImgBase - this.confirmData.operationDate = new Date() - this.confirmData.patientDate = new Date() + this.confirmData.operationDate = this.$moment().format('YYYY-MM-DD HH:mm:ss') + this.confirmData.patientDate = this.$moment().format('YYYY-MM-DD HH:mm:ss') this.getInfoDetail() this.queryProject() this.$store.commit('initPlugin')