mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-06 17:36:46 +08:00
fix:投票参数增加tyep
This commit is contained in:
@@ -195,7 +195,7 @@ import {computed} from "vue";
|
||||
import {useTaskPage} from "@/api/useCommon";
|
||||
|
||||
const {
|
||||
query: { courseId, pName, sName, chapterOrStageId, infoId, id, btype },
|
||||
query: { courseId, pName, sName, chapterOrStageId, infoId, id, btype, type },
|
||||
} = useRoute();
|
||||
const { nextPage, prevPage, hasPrev, hasNext } = useTaskPage();
|
||||
const router = useRouter();
|
||||
|
||||
Reference in New Issue
Block a user