fix: type=2 学习路径

This commit is contained in:
caozc
2023-03-04 22:42:52 +08:00
parent f73a86b777
commit 2636f5cbcd

View File

@@ -117,7 +117,7 @@
<ExportAchievement
@closeDraw="closeDraw"
v-model:eScorevisibleExternalExternal="eScorevisibleExternalExternal"
:type="1"
:type="2"
:targetId="datasource.routerId"
:taskId="datasource.courseId"
:chapterId="datasource.chapterId" />
@@ -397,6 +397,7 @@
// 获取数据
function getData() {
state.loadingData = true;
console.log(JSON.stringify(props.datasource))
api.QueryExternalExamManageDetail({
chapterId: props.outchapter,
pageNo: state.currentPage,