mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-11 03:46:48 +08:00
修改上下切换导致的参数丢失
This commit is contained in:
@@ -36,9 +36,9 @@ export function useTaskPage() {
|
|||||||
query: {
|
query: {
|
||||||
id: d.id,
|
id: d.id,
|
||||||
type: type,
|
type: type,
|
||||||
infoId: info.id,
|
infoId: info.value.projectId,
|
||||||
courseId: d.courseId,
|
courseId: d.courseId,
|
||||||
pName: info.name,
|
pName: info.value.name,
|
||||||
sName: d.stageName,
|
sName: d.stageName,
|
||||||
chapterOrStageId: d.stageId,
|
chapterOrStageId: d.stageId,
|
||||||
btype: type
|
btype: type
|
||||||
|
|||||||
Reference in New Issue
Block a user