fix:路径图/项目跳转评估传递参数

This commit is contained in:
wuyx
2022-12-23 21:19:32 +08:00
parent 6ded0b99ac
commit 2871128f4a
2 changed files with 47 additions and 53 deletions

View File

@@ -8,7 +8,8 @@
<div class="return">
<div style="display: flex" @click="returnclick">
<el-button style="color:#0073FB"> <img class="img2" style="margin-right:11px;cursor: pointer;" src="../../assets/image/return.png" />返回</el-button>
<el-button style="color:#0073FB"> <img class="img2" style="margin-right:11px;cursor: pointer;"
src="../../assets/image/return.png" />返回</el-button>
</div>
</div>
</div>
@@ -468,6 +469,8 @@ function toFinish(d, sName, chapterOrStageId) {
query: {
id: d.projectTaskId,
type: 2,
taskId: projectId,
taskIds: projectId,
courseId: d.courseId,
pName: data.value.name,
sName,