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')