fix: bug#11223
This commit is contained in:
parent
19944afb8b
commit
2013ecbddd
|
@ -56,7 +56,10 @@ watch(
|
||||||
() => user.userInfos,
|
() => user.userInfos,
|
||||||
(val: any) => {
|
(val: any) => {
|
||||||
// 超管默认综合管理视图
|
// 超管默认综合管理视图
|
||||||
if (val.username === 'admin') selectValue.value = 'comprehensive';
|
if (val.username === 'admin') {
|
||||||
|
selectValue.value = 'comprehensive';
|
||||||
|
confirm();
|
||||||
|
}
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue