From d62f390669541ae3421cc11ece8f62d0d0398806 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=B8=9C=E8=BF=9B1?= <963286636@qq.com> Date: Fri, 24 Feb 2023 00:28:09 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/drawers/CheckStu.vue | 5 +++-- .../drawers/router/RouterProjectManage.vue | 2 +- src/views/projectcenter/TaskPage.vue | 17 +++++++++++++++++ 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/src/components/drawers/CheckStu.vue b/src/components/drawers/CheckStu.vue index ce801566..f0511332 100644 --- a/src/components/drawers/CheckStu.vue +++ b/src/components/drawers/CheckStu.vue @@ -266,9 +266,10 @@ export default { const getStuProgress = () => { state.loading = true let obj = { - routerId:props.routerId==null?props.studentId:props.routerId - // routerId:props.studentId + routerId:props.routerId, + id:props.studentId } + console.log("obj",obj); stuProgress(obj).then(res => { console.log("查询当前学员进度信息success",res) state.pro = res.data.data diff --git a/src/components/drawers/router/RouterProjectManage.vue b/src/components/drawers/router/RouterProjectManage.vue index 253846fa..4bc8a670 100644 --- a/src/components/drawers/router/RouterProjectManage.vue +++ b/src/components/drawers/router/RouterProjectManage.vue @@ -377,7 +377,7 @@ onClick={ () => { {/* 当前学员 用来查看学员详情 */} - state.routerId = value.record.routerId; + state.routerId = value.record.pid; state.studentId = value.record.studentId; state.CheckStuvisible = true; console.log(value); diff --git a/src/views/projectcenter/TaskPage.vue b/src/views/projectcenter/TaskPage.vue index 0cff45b4..7d5ba1e0 100644 --- a/src/views/projectcenter/TaskPage.vue +++ b/src/views/projectcenter/TaskPage.vue @@ -217,6 +217,23 @@
项目概览
+ + +
+
+ 项目说明 +
+
+