mirror of
https://github.com/dataease/dataease.git
synced 2026-06-13 17:14:48 +08:00
fix: 分享组织备选项接口sql-inject
This commit is contained in:
@@ -53,12 +53,4 @@ export function treeByMenuId(menuId) {
|
||||
})
|
||||
}
|
||||
|
||||
export function queryCondition(data) {
|
||||
return request({
|
||||
url: '/api/menu/search',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
export default { addMenu, editMenu, delMenu, getMenusTree, getChild, treeByMenuId, queryCondition }
|
||||
export default { addMenu, editMenu, delMenu, getMenusTree, getChild, treeByMenuId }
|
||||
|
||||
Reference in New Issue
Block a user