mirror of
https://github.com/jeecgboot/jeecg-boot.git
synced 2025-08-29 09:30:20 +00:00
登录用户没有部门,不提示警告
This commit is contained in:
@@ -146,11 +146,11 @@
|
||||
let multi_depart = loginResult.multi_depart;
|
||||
//0:无部门 1:一个部门 2:多个部门
|
||||
if (multi_depart == 0) {
|
||||
notification.warn({
|
||||
message: '提示',
|
||||
description: `您尚未归属部门,请确认账号信息`,
|
||||
duration: 3,
|
||||
});
|
||||
// notification.warn({
|
||||
// message: '提示',
|
||||
// description: `您尚未归属部门,请确认账号信息`,
|
||||
// duration: 3,
|
||||
// });
|
||||
isMultiDepart.value = false;
|
||||
} else if (multi_depart == 2) {
|
||||
isMultiDepart.value = true;
|
||||
|
Reference in New Issue
Block a user