门诊医生站移除取消接诊的错误消息提示

This commit is contained in:
qk123
2025-11-17 09:46:09 +08:00
parent f3578b3202
commit 9d0dde6794

View File

@@ -496,7 +496,7 @@ function handleCancelEncounter(){
cancelButtonText: '否(N)',
type: 'warning'
}).then(() => {
//调用取消接诊API
//调用取消接诊API,添加skipGlobalError配置跳过全局错误提示
cancelEncounter(patientInfo.value.encounterId, { skipErrorMsg: true }).then((res) => {
if (res.code == 200) {
proxy.$modal.msgSuccess('取消接诊成功');