mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-09 19:06:48 +08:00
init
This commit is contained in:
@@ -269,7 +269,7 @@ const { textarea1 } = toRefs(state);
|
||||
const router = useRouter();
|
||||
|
||||
const {
|
||||
query: { courseId: workId, type,taskId },
|
||||
query: { courseId: workId, type,id: taskId },
|
||||
} = useRoute();
|
||||
|
||||
const { data } = useRequest(TASK_WORK_DETAIL, { workId,taskId });
|
||||
|
||||
Reference in New Issue
Block a user