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