mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-09 10:56:48 +08:00
init
This commit is contained in:
@@ -272,7 +272,7 @@ const {
|
||||
} = useRoute();
|
||||
|
||||
const {data} = useRequest(TASK_WORK_DETAIL, {workId, taskId});
|
||||
const {data: submitList} = useRequest(TASK_WORK_SUBMIT_LIST, {workId});
|
||||
const {data: submitList} = useRequest(TASK_WORK_SUBMIT_LIST, {workerId:workId});
|
||||
|
||||
const handleClick = () => {
|
||||
console.log(sbValue.value)
|
||||
|
||||
Reference in New Issue
Block a user