| | |
| | | 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), |
| | | // 获取部门用户下拉列表 |