1、右上角的登录信息改为优先显示真实姓名

2、修复已知bug
This commit is contained in:
2024-07-27 13:53:11 +08:00
parent 904bd82e39
commit b9df13a916
23 changed files with 1499 additions and 92 deletions

View File

@@ -79,7 +79,7 @@
});
if (list.length) {
if (typeof list[0].key === 'number') {
selectedRowKeys.value = [list[0].key];
// selectedRowKeys.value = [list[0].key];
}
current.value = list[0];
current.value.organizationId = 0;