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