From 8d83f09e4514b3a47b14af5f199adc92b2d4f297 Mon Sep 17 00:00:00 2001 From: ZhangXianQiang <1135831638@qq.com> Date: 星期三, 15 五月 2024 13:57:05 +0800 Subject: [PATCH] feat:答卷统计图表 --- src/api/department.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/api/department.js b/src/api/department.js index 28876c9..cd3e8ec 100644 --- a/src/api/department.js +++ b/src/api/department.js @@ -7,6 +7,7 @@ select: id => post('/api/admin/department/get/' + id), selectUser: id => post('/api/admin/department/getUserByDepartment/' + id), selectDepartmentUser: id => post('/api/admin/department/getDepartmentUser'), + getUserByExam: id => post('/api/admin/department/getDepartmentUser?examPaperId=' + id), deleteSubject: id => post('/api/admin/education/department/delete/' + id), addData: query => post('/api/admin/department/add', query), // 鑾峰彇閮ㄩ棬鐢ㄦ埛涓嬫媺鍒楄〃 -- Gitblit v1.8.0