菜单更新
This commit is contained in:
@@ -31,7 +31,10 @@ export function getSelectList() {
|
||||
}
|
||||
|
||||
export function getMenuSuperior(ids) {
|
||||
const data = ids.length || ids.length === 0 ? ids : Array.of(ids)
|
||||
// const data = ids.length || ids.length === 0 ? ids : Array.of(ids)
|
||||
const data = {
|
||||
'ids': ids
|
||||
}
|
||||
return request({
|
||||
url: 'api/menus/superior',
|
||||
method: 'post',
|
||||
|
||||
Reference in New Issue
Block a user