diff --git a/src/components/patientRegister/PatientRegisterEdit.vue b/src/components/patientRegister/PatientRegisterEdit.vue index 568988a..232dd28 100644 --- a/src/components/patientRegister/PatientRegisterEdit.vue +++ b/src/components/patientRegister/PatientRegisterEdit.vue @@ -735,9 +735,9 @@ export default { //编辑触发 "patientRegister.patientRegisterRd.id"(newVal, oldVal) { - //console.log('patientRegister.patientRegisterRd.id newVal:',newVal,' oldVal:',oldVal) + console.log('patientRegister.patientRegisterRd.id newVal:',newVal,' oldVal:',oldVal) if (newVal != oldVal) { - //console.log('newVal:',this.patientRegister.patientRegisterRd) + console.log('newVal:',this.patientRegister.patientRegisterRd) objCopy(this.patientRegister.patientRegisterRd, this.form); } }, diff --git a/src/components/patientRegister/PatientRegisterItem.vue b/src/components/patientRegister/PatientRegisterItem.vue index a6a5a3a..c42baf5 100644 --- a/src/components/patientRegister/PatientRegisterItem.vue +++ b/src/components/patientRegister/PatientRegisterItem.vue @@ -32,13 +32,14 @@
- - - + + @@ -49,11 +50,12 @@ -
@@ -62,13 +64,13 @@