Commit dc8716ce by Cat

zd 教师档案

parent b969a69b
......@@ -75,7 +75,7 @@ export function getteacherNotice(query) {
params: query
})
}
//老师查看档案详情
//老师查看详情
export function getNoticeInfo(query) {
return request({
url: '/teacherFiles/files/list',
......@@ -84,6 +84,14 @@ export function getNoticeInfo(query) {
})
}
//老师查看列表
export function getTeacherTnfo(userId) {
return request({
url: '/teacherFiles/files/getTeachList/'+userId,
method: 'get',
})
}
//级部查看档案详情
export function getDepInfo(query) {
return request({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment