From 7f9df00064637efe18f99ed85b37a2067d320961 Mon Sep 17 00:00:00 2001 From: wyx Date: Wed, 18 Jan 2023 22:44:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E4=B8=AD=E5=9C=A8=E7=BA=BF=E8=AF=BE=E5=8F=82=E6=95=B0=E4=BC=A0?= =?UTF-8?q?=E9=80=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/drawers/project/ProjectOnlineManage.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/drawers/project/ProjectOnlineManage.vue b/src/components/drawers/project/ProjectOnlineManage.vue index fda43def..a747c609 100644 --- a/src/components/drawers/project/ProjectOnlineManage.vue +++ b/src/components/drawers/project/ProjectOnlineManage.vue @@ -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){