【bug】解决撤回按钮弹出多余信息

This commit is contained in:
Auora
2025-11-17 15:55:59 +08:00
parent 7ddf6211ee
commit 4e2d4d85ec
2 changed files with 45 additions and 12 deletions

View File

@@ -250,7 +250,8 @@ export function singOut(data) {
return request({
url: '/doctor-station/advice/sign-off',
method: 'post',
data: data
data: data,
skipErrorMsg: true
})
}
/**