zhang_12370
2025-07-08 4c9e1ba3c7f5c95a1789e88823ff262c26a53bce
src/views/basicInformation/index.vue
@@ -310,10 +310,12 @@
const getUserList = async () => {
  try {
    const res = await testUserList();
    console.log("获取用户列表数据:", res);
    console.log("userMap:", userMap.value);
    if (res && res.data) {
      userList.value = res.data;
      userList.value.forEach((user) => {
        userMap.value[user.userId] = user.username;
        userMap.value[user.userId] = user.nickName;
      });
    }
  } catch (error) {
@@ -889,7 +891,9 @@
    width: 16%;
  }
}
.app-container{
  padding: 18px !important;
}
.table-toolbar {
  margin-bottom: 20px;
  display: flex;