xiangpei
2024-05-30 306b1433c6a4d1fcce6871d94dc47af8e6f550cc
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),
  // 获取部门用户下拉列表