查询修改
This commit is contained in:
parent
181fa76847
commit
a1e9ef0ab4
@ -5,7 +5,7 @@ export const loadSelectData = async(res)=> {
|
||||
return (await getLayoutAllList({ ...res })).map((item, index) => {
|
||||
return {
|
||||
...item,
|
||||
label:item.name,
|
||||
label:item.description,
|
||||
value:item.id,
|
||||
index,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user