mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 20:06:47 +08:00
feat:修改二维码传参
This commit is contained in:
@@ -1316,11 +1316,11 @@
|
||||
<!-- 二维码弹窗 -->
|
||||
|
||||
<!-- 面授管理抽屉 开始 -->
|
||||
<router-face-teach-manage
|
||||
<ProjectFaceTaskManage
|
||||
:permissions="permissions"
|
||||
:createId="createId"
|
||||
v-model:FaceTeachModelVisible="faceTeachModelVisible"
|
||||
:title="faceTeachModelVisibleTitle"
|
||||
:type="2"
|
||||
v-model:visible="faceTeachModelVisibleTitle"
|
||||
:datasource="faceData"
|
||||
/>
|
||||
<!-- 面授管理抽屉 结束-->
|
||||
@@ -1435,10 +1435,10 @@ import { editRouteredDoc } from "../../api/indexLearningPath";
|
||||
import TwoDimensionalCode from "../../components/TwoDimensionalCode.vue";
|
||||
import TableStudent from "@/components/student/TableStudent";
|
||||
import { getStuPage, moveStudent } from "@/api/index1";
|
||||
import RouterFaceTeachManage from "../../components/drawers/router/RouterFaceTeachManage";
|
||||
import RouterExaminationManage from "../../components/drawers/router/RouterExaminationManage";
|
||||
import RouterExaminationExternalManage from "../../components/drawers/router/RouterExaminationExternalManage";
|
||||
import RouterEvaluationManage from "../../components/drawers/router/RouterEvaluationManage";
|
||||
import ProjectFaceTaskManage from "../../components/drawers/project/ProjectFaceTaskManage";
|
||||
import RouterHomeworkManage from "../../components/drawers/router/RouterHomeworkManage";
|
||||
import RouterCommonManage from "../../components/drawers/router/RouterCommonManage";
|
||||
import RouterVoteManage from "../../components/drawers/router/RouterVoteManage";
|
||||
@@ -1452,6 +1452,7 @@ export default {
|
||||
name: "LevelAdd",
|
||||
components: {
|
||||
// ImpoterGroupLeader,
|
||||
ProjectFaceTaskManage,
|
||||
ProjCheckShip,
|
||||
ImpStu,
|
||||
CheckStu,
|
||||
@@ -1465,7 +1466,6 @@ export default {
|
||||
TwoDimensionalCode,
|
||||
TableStudent,
|
||||
TaskImpStu,
|
||||
RouterFaceTeachManage,
|
||||
RouterExaminationManage,
|
||||
RouterExaminationExternalManage,
|
||||
RouterEvaluationManage,
|
||||
@@ -2755,7 +2755,11 @@ export default {
|
||||
"/discusspage?courseId=" +
|
||||
item.courseId +
|
||||
"&type=2&id=" +
|
||||
item.id;
|
||||
item.id +
|
||||
"&chapterOrStageId=" +
|
||||
item.chapterId +
|
||||
"&infoId=" +
|
||||
state.routerId;
|
||||
}
|
||||
//活动
|
||||
if (item.type == 9) {
|
||||
@@ -2768,7 +2772,11 @@ export default {
|
||||
"/activitiespage?courseId=" +
|
||||
item.courseId +
|
||||
"&type=2&id=" +
|
||||
item.id;
|
||||
item.id +
|
||||
"&chapterOrStageId=" +
|
||||
item.chapterId +
|
||||
"&infoId=" +
|
||||
state.routerId;
|
||||
}
|
||||
//活动
|
||||
if (item.type == 10) {
|
||||
@@ -2780,7 +2788,13 @@ export default {
|
||||
"&evaType=" +
|
||||
item.evaType +
|
||||
"&type=2&targetId=" +
|
||||
item.targetId;
|
||||
item.targetId +
|
||||
"&id=" +
|
||||
item.id +
|
||||
"&chapterOrStageId=" +
|
||||
item.chapterId +
|
||||
"&infoId=" +
|
||||
state.routerId;
|
||||
}
|
||||
|
||||
// 评估 停用
|
||||
|
||||
Reference in New Issue
Block a user