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