feat:增加面授课去考试及部分字段传值

This commit is contained in:
wyx
2023-03-03 00:19:19 +08:00
parent f80c95d26b
commit 2ebc17e3bb
3 changed files with 30 additions and 14 deletions

View File

@@ -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);