--fix 面授导出bug

This commit is contained in:
yuping
2023-01-15 18:12:59 +08:00
parent 63c3b0c9fd
commit ce6e389f0f
2 changed files with 2 additions and 2 deletions

View File

@@ -822,7 +822,7 @@ export default {
process.env.VUE_APP_BASE_API
}/admin/student/exportTaskStudent?currentStageId=${
props.datasource.chapterId
}&type=${2}&pid=${props.datasource.routerId}&taskType=2&thirdType=2`
}&type=${2}&pid=${props.datasource.routerId}&taskType=2&thirdType=2&taskId=${props.datasource.routerTaskId}`
);
// api
// .exportTaskStudent({

View File

@@ -622,7 +622,7 @@ export default {
`${
process.env.VUE_APP_BASE_API}/admin/student/exportTaskStudent?currentStageId=${
props.datasource.chapterId
}&type=${2}&pid=${props.datasource.routerId}&taskType=${2}`
}&type=${2}&pid=${props.datasource.routerId}&taskType=${2}&taskId=${props.datasource.routerTaskId}`
);
// api
// .exportTaskStudent({