From 9d0dde67943ce1c0e42b0366290f9878ac70a412 Mon Sep 17 00:00:00 2001 From: qk123 <18211963828.@163.cpm> Date: Mon, 17 Nov 2025 09:46:09 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=A8=E8=AF=8A=E5=8C=BB=E7=94=9F=E7=AB=99?= =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=8F=96=E6=B6=88=E6=8E=A5=E8=AF=8A=E7=9A=84?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E6=B6=88=E6=81=AF=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openhis-ui-vue3/src/views/doctorstation/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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('取消接诊成功');