ZhangXianQiang
2024-05-24 2bddfa78e65f351d6cb81f670775e79620f684a6
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),
  // 获取部门用户下拉列表