From 535d5912d8677615b99aa314e0dbcb4d915ea596 Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Sat, 30 Mar 2024 18:12:06 +0800 Subject: [PATCH] impor --- .../patientRegister/PatientRegisterList.vue | 8 + .../customerOrg/patientRegisterImport.vue | 1607 ++++++++--------- 2 files changed, 779 insertions(+), 836 deletions(-) diff --git a/src/components/patientRegister/PatientRegisterList.vue b/src/components/patientRegister/PatientRegisterList.vue index 62bbebf..324433d 100644 --- a/src/components/patientRegister/PatientRegisterList.vue +++ b/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() }, diff --git a/src/views/customerOrg/patientRegisterImport.vue b/src/views/customerOrg/patientRegisterImport.vue index 3bdf8ae..abc4c68 100644 --- a/src/views/customerOrg/patientRegisterImport.vue +++ b/src/views/customerOrg/patientRegisterImport.vue @@ -1,377 +1,360 @@