幼儿评估

This commit is contained in:
paidaxing444
2020-11-06 11:59:37 +08:00
parent 441ccea825
commit b47d7380f7
7 changed files with 170 additions and 19 deletions

View File

@ -26,6 +26,14 @@ export function getChild(id) {
})
}
// 查询幼儿信息详细
export function getChildByAssessment(id) {
return request({
url: '/benyi/child/assessmentchild/' + id,
method: 'get'
})
}
// 查询维护幼儿详细
export function getChild_query(query) {
return request({