This commit is contained in:
yuping
2022-12-13 06:15:32 +08:00
parent 9c9f142d0e
commit 74c5b9a714
4 changed files with 6 additions and 6 deletions

View File

@@ -563,7 +563,7 @@ const types = ref({
})
function toFinish(d) {
router.push({path: types.value.path[d.type], query: {id: d.routerTaskId, type: 1, courseId: d.courseId}})
router.push({path: types.value.path[d.type], query: {id: d.projectTaskId, type: 2, courseId: d.courseId}})
}
</script>