中医添加医嘱后页面不显示BUG
This commit is contained in:
@@ -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('保存失败,请重试');
|
||||
|
||||
Reference in New Issue
Block a user