From 767619e30825ff03b38e2ae61b160d7aa347957b Mon Sep 17 00:00:00 2001 From: zhaoyun Date: Wed, 17 Jun 2026 22:53:07 +0800 Subject: [PATCH] =?UTF-8?q?fix(#783):=20zhaoyun=20(=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=90=88=E5=85=A5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../home/components/diagnosis/diagnosis.vue | 7 +++++++ 1 file changed, 7 insertions(+) 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 6d72c6bef..00bea6e24 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 @@ -1204,3 +1204,10 @@ defineExpose({ getList, getDetail, handleSaveDiagnosis }); } + + :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