This commit is contained in:
2026-03-12 20:22:12 +08:00
parent aff2f10206
commit c064f042be

View File

@@ -66,7 +66,7 @@ const getlistDataFun = () => {
const build = res.data?.map((item: any) => {
return {
...item,
value: item.name,
value: item.value?.join(','),
label: item.name,
};
});