From b133f992572d5c35687cf9d55a14f4f9fa53f8bc Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期五, 10 五月 2024 17:58:33 +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