From 26d520ccad6a00ee7c7ff7b1b2b60cbeac5f229a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=8E=E4=BD=97?= Date: Wed, 17 Jun 2026 23:46:42 +0800 Subject: [PATCH] =?UTF-8?q?fix(#783):=20=E8=AF=B7=E4=BF=AE=E5=A4=8D=20Bug?= =?UTF-8?q?=20#783=EF=BC=9A=E3=80=90=E4=BD=8F=E9=99=A2=E5=8C=BB=E7=94=9F?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E7=AB=99-=E8=AF=8A=E6=96=AD=E5=BD=95?= =?UTF-8?q?=E5=85=A5=E3=80=91=E6=96=B0=E5=A2=9E=E8=AF=8A=E6=96=AD=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E5=8F=AF=E4=BB=A5=E4=B8=8D=E4=BF=9D=E5=AD=98=E4=B8=80?= =?UTF-8?q?=E7=9B=B4=E6=96=B0=E5=A2=9E=E8=AF=8A=E6=96=AD=EF=BC=8C=E4=B8=8D?= =?UTF-8?q?=E7=AC=A6=E5=90=88=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../home/components/diagnosis/diagnosis.vue | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/healthlink-his-ui/src/views/inpatientDoctor/home/components/diagnosis/diagnosis.vue b/healthlink-his-ui/src/views/inpatientDoctor/home/components/diagnosis/diagnosis.vue index 00bea6e24..cd8c78174 100755 --- a/healthlink-his-ui/src/views/inpatientDoctor/home/components/diagnosis/diagnosis.vue +++ b/healthlink-his-ui/src/views/inpatientDoctor/home/components/diagnosis/diagnosis.vue @@ -1160,13 +1160,20 @@ function handleNodeClick(data) { form.value.diagnosisList.push({ ybNo: data.ybNo, name: data.name, + showPopover: false, + diagnosisSystem: '西医', + tcmSyndromeCode: '', + tcmSyndromeName: '', + syndromeDefinitionId: '', + syndromeGroupNo: '', verificationStatusEnum: 4, medTypeCode: undefined, diagSrtNo: form.value.diagnosisList.length + 1, definitionId: data.definitionId, + iptDiseTypeCode: 2, + diagnosisDesc: '', diagnosisDoctor: props.patientInfo.practitionerName || props.patientInfo.doctorName || props.patientInfo.physicianName || userStore.name, diagnosisTime: new Date().toLocaleString('zh-CN'), - // 添加 patientId patientId: props.patientInfo.patientId }); if (form.value.diagnosisList.length == 1) { @@ -1202,12 +1209,4 @@ defineExpose({ getList, getDetail, handleSaveDiagnosis }); align-items: center; gap: 4px; } - - - - :disabled="hasUnsavedDiagnosis || isAdding" -const isAdding = ref(false); - if (isAdding.value) return; - isAdding.value = true; - isAdding.value = false; - isAdding.value = false; \ No newline at end of file + \ No newline at end of file