diff --git a/openhis-ui-vue3/src/views/doctorstation/index.vue b/openhis-ui-vue3/src/views/doctorstation/index.vue index d5223191..6a505c4f 100644 --- a/openhis-ui-vue3/src/views/doctorstation/index.vue +++ b/openhis-ui-vue3/src/views/doctorstation/index.vue @@ -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('取消接诊成功');