From 64db7e768d9a1e556a62e03bb9a4fed979afae89 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Thu, 22 Aug 2024 11:51:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=8A=E4=B8=8B=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E5=AF=BC=E8=87=B4=E7=9A=84=E5=8F=82=E6=95=B0=E4=B8=A2?= =?UTF-8?q?=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/useCommon.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/useCommon.js b/src/api/useCommon.js index 35f0cbc..da581cd 100644 --- a/src/api/useCommon.js +++ b/src/api/useCommon.js @@ -36,9 +36,9 @@ export function useTaskPage() { query: { id: d.id, type: type, - infoId: info.id, + infoId: info.value.projectId, courseId: d.courseId, - pName: info.name, + pName: info.value.name, sName: d.stageName, chapterOrStageId: d.stageId, btype: type