临时提交修改

This commit is contained in:
daihh
2022-09-06 09:37:23 +08:00
parent c289466ba6
commit aa7bedac1d
2 changed files with 86 additions and 35 deletions

View File

@@ -21,8 +21,14 @@ const treeList = function (query) {
const listByParent = function (parentId) {
return ajax.get('/xboe/org/list-by-parent?parentId='+parentId);
}
const getSimple = function (id) {
return ajax.get('/xboe/org/simple?id='+id);
}
export default {
treeList,
getSimple,
listByParent
}