修改考试管理type传值

This commit is contained in:
quhongwei
2023-02-28 00:44:33 +08:00
parent 9b472e8a6e
commit 1a0ddbc660
2 changed files with 2 additions and 2 deletions

View File

@@ -399,7 +399,7 @@ export default {
pageNo: state.currentPage,
pageSize: state.pageSize,
chapterId: props.datasource.chapterId,
type: 1,
type: 2,
taskId: props.datasource.courseId,
targetId: props.datasource.routerId
}).then(res => {