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