From 98cded07a121488699ceed9543e3ec8d291ef799 Mon Sep 17 00:00:00 2001 From: wyx Date: Fri, 3 Mar 2023 11:13:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=8A=95=E7=A5=A8=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0tyep?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ballot/BallotPage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ballot/BallotPage.vue b/src/views/ballot/BallotPage.vue index 8bab322..cc94757 100644 --- a/src/views/ballot/BallotPage.vue +++ b/src/views/ballot/BallotPage.vue @@ -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();