mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-17 23:06:47 +08:00
fix:修改项目中在线课参数传递
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user