Commit ffa28107 by ZhengJie

[代码完善](v2.5): v2.5 beta getMenuSuperior() 代码优化

parent a85b1332
......@@ -15,7 +15,8 @@ export function getMenus(params) {
})
}
export function getMenuSuperior(data) {
export function getMenuSuperior(ids) {
const data = ids.length ? ids : Array.of(ids)
return request({
url: 'api/menus/superior',
method: 'post',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment