update
This commit is contained in:
@@ -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,
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user