xiangpei
2024-05-27 d4b7d0ff020ff74e85f01ff272af6dafcbac5458
src/api/department.js
@@ -8,6 +8,7 @@
  selectUser: id => post('/api/admin/department/getUserByDepartment/' + id),
  selectDepartmentUser: id => post('/api/admin/department/getDepartmentUser'),
  getUserByExam: id => post('/api/admin/department/getDepartmentUser?examPaperId=' + id),
  getDepartmentUserByTemplateId: id => post('/api/admin/department/getDepartmentUserByTemplateId?templateId=' + id),
  deleteSubject: id => post('/api/admin/education/department/delete/' + id),
  addData: query => post('/api/admin/department/add', query),
  // 获取部门用户下拉列表