修复Bug128 门诊管理-》门诊划价:【新增】诊疗项目在点击【签发】报错
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user