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) {