Browse Source

传值时间修改

360view
bianyaqi 2 years ago
parent
commit
b8202d2c13
  1. 4
      src/page-subspecialty/views/modules/formList/InformedConsent.vue

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

Loading…
Cancel
Save