From fa11faa07eb31e9dda4ae48d6ba4b2fc32190b3b Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期二, 14 五月 2024 17:28:24 +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