fix:修改项目中在线课参数传递

This commit is contained in:
wyx
2023-01-18 22:44:51 +08:00
parent 3b08dfe999
commit 7f9df00064

View File

@@ -388,7 +388,7 @@ export default {
"targetId":props.datasource.projectId,
"taskId": props.datasource.courseId,
"thirdId": props.datasource.targetId,
"type": 1
"type": 2
});
{/* "chapterId": props.datasource.stageId=="0"?"":props.datasource.stageId, */}
api.QueryOnlineManagementDetail({
@@ -399,7 +399,7 @@ export default {
"targetId":props.datasource.projectId,
"taskId": props.datasource.courseId,
"thirdId": props.datasource.targetId,
"type": 1
"type": 2
}).then(res=>{
console.log('在线课数据获取', res)
if(res.data.code==200){