幼儿导入功能
This commit is contained in:
@ -86,4 +86,12 @@ export function listChildCheck(query) {
|
||||
method: 'get',
|
||||
params: query
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
// 下载用户导入模板
|
||||
export function importTemplate() {
|
||||
return request({
|
||||
url: '/benyi/child/importTemplate',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
Reference in New Issue
Block a user