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 @@
项目概览
+ + +
+
+ 项目说明 +
+
+