mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-10 03:16:47 +08:00
修改上下切换导致的参数丢失
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user