mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 03:16:44 +08:00
fix: type=2 学习路径
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user