diff --git a/src/components/patientRegister/PatientRegisterEdit.vue b/src/components/patientRegister/PatientRegisterEdit.vue index 1aca18c..751cf1f 100644 --- a/src/components/patientRegister/PatientRegisterEdit.vue +++ b/src/components/patientRegister/PatientRegisterEdit.vue @@ -1296,7 +1296,7 @@ export default { postapi(`/api/PatientRegister/CreatePatientRegister`, body) .then(res => { if (res.code == 1) { - + this.form.id = res.data.id this.dataTransOpts.tableS.patient_register = deepCopy(res.data) delete this.dataTransOpts.tableS.patient_register.registerCheckAsbitems