龚焕茏
2024-05-30 d6a88f59d6824e542a03544f915ff14112dfd040
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),
  // 获取部门用户下拉列表