From eae62f5e1c79695a51fc487c6db9f28e2bcbeb9d Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期二, 16 七月 2024 09:08:05 +0800 Subject: [PATCH] feat:补考保留最高分 --- src/api/department.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/api/department.js b/src/api/department.js index 6962299..6f52034 100644 --- a/src/api/department.js +++ b/src/api/department.js @@ -16,5 +16,6 @@ // 鑾峰彇褰撳墠鐢ㄦ埛绠$悊鐨勯儴闂� getDeptAdmins: id => get('/api/admin/department/getDeptAdmins'), // 淇敼閮ㄩ棬绠$悊鍛� - updateDeptAdmin: data => post('/api/admin/department/update-admin', data) + updateDeptAdmin: data => post('/api/admin/department/update-admin', data), + cascaderList: () => get('/api/admin/department/cascader') } -- Gitblit v1.8.0