update:人员组件bug

This commit is contained in:
2025-11-04 17:12:33 +08:00
parent bc2781d7ba
commit 8ee85bf4e2

View File

@@ -53,7 +53,7 @@ const getlistDataFun = () => {
const build = res.data.data.map((item: any) => {
return {
...item,
value: String(item.id),
value: item.userId,
label: item.nickname,
};
});