查询修改

This commit is contained in:
陈红丽 2024-08-06 19:16:36 +08:00
parent 181fa76847
commit a1e9ef0ab4

View File

@ -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,
};