pengjun 1 year ago
parent
commit
e86b906865
  1. 2
      src/components/patientRegister/PatientRegisterEdit.vue

2
src/components/patientRegister/PatientRegisterEdit.vue

@ -2533,7 +2533,7 @@ export default {
if (e.isCharge == 'Y' || e.checkCompleteFlag != '0') {
continue
} else {
// this.occAsbitems
// this.occAsbitems
lfind = arrayExistObj(this.occAsbitems, 'id', e.asbitemId)
if(lfind == -1) this.dataTransOpts.tableM.register_check_asbitem.splice(i, 1)
}

Loading…
Cancel
Save