From 7dc30051687025dfd8a1075c83877ba865eb782d Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Wed, 27 Nov 2024 13:31:31 +0800 Subject: [PATCH] occ --- src/components/patientRegister/PatientRegisterEdit.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/patientRegister/PatientRegisterEdit.vue b/src/components/patientRegister/PatientRegisterEdit.vue index 2733771..85e45ee 100644 --- a/src/components/patientRegister/PatientRegisterEdit.vue +++ b/src/components/patientRegister/PatientRegisterEdit.vue @@ -411,7 +411,7 @@ @@ -1895,6 +1895,7 @@ export default { this.dataTransOpts.tableM.patient_poison = deepCopy(res.data['patientPoisonDtos']) this.form.ocCheckTypeId = this.dataTransOpts.tableS.patient_occupational_disease.ocCheckTypeId this.form.jobType = this.dataTransOpts.tableS.patient_occupational_disease.jobType + this.form.occupationalDiseaseNumber = this.dataTransOpts.tableS.patient_occupational_disease.occupationalDiseaseNumber let poisonIds = [] // 接害因素IDs this.dataTransOpts.tableM.patient_poison.forEach(e => { poisonIds.push(e.poisonId)