diff --git a/src/api/Lecturer.js b/src/api/Lecturer.js index 3b4851b2..46e75425 100644 --- a/src/api/Lecturer.js +++ b/src/api/Lecturer.js @@ -45,7 +45,7 @@ export const infoteacher = (obj) => http.get('/admin/thirdApi/org/info' ,{params export const fileUp = (obj) => http.post('/file/upload', obj) //组织树查询讲师 -export const getTeacherByDepartId = (obj) => http.get(`/admin/thirdApi/user/list?departId=${obj.organizationId}&pageNo=1&pageSize=1000&keyword=`) +export const getTeacherByDepartId = (obj) => http.get(`/admin/thirdApi/user/list?departId=${obj.organizationId}&pageNo=1&pageSize=100&keyword=`) //根据姓名工号查询讲师 export const getTeacherByNameOrUserNo = (obj) => https.post(`/user/teacherList`,obj) // export const getTeacherByNameOrUserNo = (obj) => https.post(`/user/teacherList?keyword=${obj.nameOrUserNo}&pageNo=1&pageSize=50&departId=`) diff --git a/src/components/NavLeft.vue b/src/components/NavLeft.vue index e9430982..2b0a18dc 100644 --- a/src/components/NavLeft.vue +++ b/src/components/NavLeft.vue @@ -415,14 +415,14 @@ 意见 - + - +