

- 
- 
- 
-
- From 3fa240bb5bc26910ff629c829ef9fc6713c4db50 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=8E=8B=E7=86=99=E4=B8=9C?= <2195178163@qq.com>
Date: Tue, 15 Nov 2022 10:04:51 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E5=85=B3=E5=8D=A1=E4=B8=8B=E5=AD=A6?=
=?UTF-8?q?=E5=91=98=E8=8E=B7=E5=8F=96=EF=BC=8C=E5=88=A0=E9=99=A4=EF=BC=8C?=
=?UTF-8?q?=E8=BF=9B=E5=BA=A6=E5=9B=BE=E8=AF=A6=E6=83=85?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/index1.js | 3 +-
src/components/drawers/CheckStu.vue | 147 ++++++++++++-----------
src/views/learningpath/LevelAdd.vue | 173 +++++++++++-----------------
3 files changed, 144 insertions(+), 179 deletions(-)
diff --git a/src/api/index1.js b/src/api/index1.js
index abe4699f..b8f120f7 100644
--- a/src/api/index1.js
+++ b/src/api/index1.js
@@ -72,7 +72,8 @@ export const getRouterDetail = (routerId) => http.get('/admin/router/detail', {
export const addStudent = (obj) => http.post('/admin/router/addStudent', obj);
//删除学员
export const delStudent = (obj) => http.post('/admin/router/deleteStudent', obj);
-
+// 获取学员路径图进度明细
+export const stuProgress = (obj) => http.post('/admin/router/studentProcess', obj);
//项目基础信息-----------------------------------
diff --git a/src/components/drawers/CheckStu.vue b/src/components/drawers/CheckStu.vue
index 0b32c086..25585065 100644
--- a/src/components/drawers/CheckStu.vue
+++ b/src/components/drawers/CheckStu.vue
@@ -21,14 +21,14 @@



- 
- 
- 
-
-