Browse Source

impor

master
pengjun 2 years ago
parent
commit
535d5912d8
  1. 8
      src/components/patientRegister/PatientRegisterList.vue
  2. 1607
      src/views/customerOrg/patientRegisterImport.vue

8
src/components/patientRegister/PatientRegisterList.vue

@ -759,6 +759,14 @@ export default {
//
async Query() {
//
this.dataTransOpts.tableS.patient_register.id = ''
this.tableDataCurrentRow = {} //
this.tableData = []
setTimeout(() => {
this.dataTransOpts.refresh.register_asbitem.M++ //
}, 10);
this.loadOpts = Object.assign(this.loadOpts, this.loadOptsInit)
await this.getPrList()
},

1607
src/views/customerOrg/patientRegisterImport.vue
File diff suppressed because it is too large
View File

Loading…
Cancel
Save