mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-14 13:26:48 +08:00
feat:增加面授课去考试及部分字段传值
This commit is contained in:
@@ -487,8 +487,8 @@ const {
|
||||
} = useRoute();
|
||||
const { data } =
|
||||
taskId && taskId !== "undefined"
|
||||
? useRequest(TASK_WORK_DETAIL, { workId, taskId })
|
||||
: useRequest(TASK_WORK_DETAIL, { workId });
|
||||
? useRequest(TASK_WORK_DETAIL, { workId, taskId, type })
|
||||
: useRequest(TASK_WORK_DETAIL, { workId, type });
|
||||
|
||||
console.log("data==----->", data);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user