fix:投票参数增加tyep

This commit is contained in:
wyx
2023-03-03 11:13:22 +08:00
parent d64f2ee345
commit 98cded07a1

View File

@@ -195,7 +195,7 @@ import {computed} from "vue";
import {useTaskPage} from "@/api/useCommon"; import {useTaskPage} from "@/api/useCommon";
const { const {
query: { courseId, pName, sName, chapterOrStageId, infoId, id, btype }, query: { courseId, pName, sName, chapterOrStageId, infoId, id, btype, type },
} = useRoute(); } = useRoute();
const { nextPage, prevPage, hasPrev, hasNext } = useTaskPage(); const { nextPage, prevPage, hasPrev, hasNext } = useTaskPage();
const router = useRouter(); const router = useRouter();