修复Bug128 门诊管理-》门诊划价:【新增】诊疗项目在点击【签发】报错

This commit is contained in:
HuangShun
2026-01-29 11:47:40 +08:00
parent 15a6445e26
commit 96a8f75aa1

View File

@@ -761,7 +761,7 @@ function handleSaveSign(row, index) {
savePrescription({ adviceSaveList: [row] }).then((res) => { savePrescription({ adviceSaveList: [row] }).then((res) => {
if (res.code === 200) { if (res.code === 200) {
proxy.$modal.msgSuccess('保存成功'); proxy.$modal.msgSuccess('保存成功');
// getListInfo(true); getListInfo(false);
nextId.value == 1; nextId.value == 1;
} }
}); });