gaoluyang
6 天以前 02312d40f76a77036237e35eea6a24c357204fbc
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;