门诊医生站移除取消接诊的错误消息提示
This commit is contained in:
@@ -496,7 +496,7 @@ function handleCancelEncounter(){
|
|||||||
cancelButtonText: '否(N)',
|
cancelButtonText: '否(N)',
|
||||||
type: 'warning'
|
type: 'warning'
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
//调用取消接诊API
|
//调用取消接诊API,添加skipGlobalError配置跳过全局错误提示
|
||||||
cancelEncounter(patientInfo.value.encounterId, { skipErrorMsg: true }).then((res) => {
|
cancelEncounter(patientInfo.value.encounterId, { skipErrorMsg: true }).then((res) => {
|
||||||
if (res.code == 200) {
|
if (res.code == 200) {
|
||||||
proxy.$modal.msgSuccess('取消接诊成功');
|
proxy.$modal.msgSuccess('取消接诊成功');
|
||||||
|
|||||||
Reference in New Issue
Block a user