pengjun 2 years ago
parent
commit
16cbb5e610
  1. 2
      src/components/patientRegister/PatientRegisterEdit.vue

2
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

Loading…
Cancel
Save