zhang_12370
2025-07-03 0853f9d313128ab2117ff6361e2ecbba9e6c9653
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;