diff --git a/frontend/src/views/system/user/PrivateForm.vue b/frontend/src/views/system/user/PrivateForm.vue index b02be6b8b9..23fb58b43c 100644 --- a/frontend/src/views/system/user/PrivateForm.vue +++ b/frontend/src/views/system/user/PrivateForm.vue @@ -255,7 +255,7 @@ export default { }, methods: { showError() { - const errKeys = ['WecomError', 'DingtalkError', 'LarkError'] + const errKeys = ['WecomError', 'DingtalkError', 'LarkError', 'LarksuiteError'] errKeys.forEach(key => { const msg = Cookies.get(key) if (msg) {