diff --git a/src/views/investigat/InvestigatPage.vue b/src/views/investigat/InvestigatPage.vue index 3df6cb2..f581f21 100644 --- a/src/views/investigat/InvestigatPage.vue +++ b/src/views/investigat/InvestigatPage.vue @@ -2,6 +2,11 @@
+
+
项目名称:{{ data.projectInfoList[0].projectName }}
+
开课名称:{{ data.projectInfoList[0].courseName }}
+
培训讲师:{{ data.projectInfoList.map(item => item.teacherName).join(',') }}
+
@@ -275,7 +280,12 @@ const { data } = useRequest( type, chapterOrStageId, targetId: infoId ? infoId : 0, - }, + },(res)=>{ + if (res.code === 6) { + router.push({ + path: "/NotProject2", + }); + } }, (e) => { useRequest( checkStudentExist, @@ -426,6 +436,10 @@ function submit() {