家庭教育手册-学习

This commit is contained in:
zhanglipeng
2021-06-21 09:49:02 +08:00
parent b4a7645469
commit 120d5a007b
8 changed files with 364 additions and 0 deletions

View File

@ -9,6 +9,14 @@ export function listFamilyedu(query) {
});
}
// 查询流程下拉树结构
export function treeselect() {
return request({
url: '/benyi/familyedu/treeselect',
method: 'get'
})
}
// 查询家庭教育详细
export function getFamilyedu(id) {
return request({