|
|
@@ -198,7 +198,6 @@ import {useFormatDate} from "@/hooks/useFormatDate";
|
|
|
Object.assign(assignmentInfo, {
|
|
|
...res.data.data
|
|
|
})
|
|
|
- console.log("assignment", assignmentInfo)
|
|
|
})
|
|
|
.catch((err:any) => {
|
|
|
console.log("错误信息", err)
|
|
|
@@ -238,7 +237,6 @@ import {useFormatDate} from "@/hooks/useFormatDate";
|
|
|
// fetchHomeworkListByUserId()
|
|
|
fetchAssignmentInfo()
|
|
|
fetchData()
|
|
|
- console.log(route.query)
|
|
|
})
|
|
|
|
|
|
let status = ref('')
|