查询修改
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 (await getLayoutAllList({ ...res })).map((item, index) => {
|
||||||
return {
|
return {
|
||||||
...item,
|
...item,
|
||||||
label:item.name,
|
label:item.description,
|
||||||
value:item.id,
|
value:item.id,
|
||||||
index,
|
index,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user