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('保存失败,请重试');