From 60593233bca3434b52e225d10f55673dcc0ffe34 Mon Sep 17 00:00:00 2001 From: qk123 <18211963828.@163.cpm> Date: Fri, 21 Nov 2025 15:08:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AD=E5=8C=BB=E6=B7=BB=E5=8A=A0=E5=8C=BB?= =?UTF-8?q?=E5=98=B1=E5=90=8E=E9=A1=B5=E9=9D=A2=E4=B8=8D=E6=98=BE=E7=A4=BA?= =?UTF-8?q?BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/doctorstation/components/tcm/tcmAdvice.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openhis-ui-vue3/src/views/doctorstation/components/tcm/tcmAdvice.vue b/openhis-ui-vue3/src/views/doctorstation/components/tcm/tcmAdvice.vue index 5e99edc9..8ba3deb3 100644 --- a/openhis-ui-vue3/src/views/doctorstation/components/tcm/tcmAdvice.vue +++ b/openhis-ui-vue3/src/views/doctorstation/components/tcm/tcmAdvice.vue @@ -1056,8 +1056,8 @@ function handleSaveSign(row, index) { savePrescription({ adviceSaveList: [saveData] }).then((res) => { if (res && res.code === 200) { proxy.$modal.msgSuccess('保存成功'); - // 保存成功后,立即重新加载最新数据 - getListInfo(true); + // 此处错误调用getListInfo,导致医嘱信息被覆盖,从而不显示。 + // getListInfo(true); nextId.value = 1; } else { proxy.$modal.msgError('保存失败,请重试');