中医添加医嘱后页面不显示BUG

This commit is contained in:
qk123
2025-11-21 15:08:27 +08:00
parent 992b03f9c2
commit 60593233bc

View File

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