From b37c3dc1b4354f1ad0be7fe1e5a5a423df283823 Mon Sep 17 00:00:00 2001 From: xjs Date: Fri, 25 Apr 2025 11:23:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=89=BE=E5=A4=A7=E5=AD=A6=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E6=8B=9B=E7=94=9F=E8=AE=A1=E5=88=92=E5=88=87=E6=8D=A2?= =?UTF-8?q?=E8=B5=8B=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages-sub/home/college/components/EnrollmentPlan.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages-sub/home/college/components/EnrollmentPlan.vue b/src/pages-sub/home/college/components/EnrollmentPlan.vue index 971d798..9984afd 100644 --- a/src/pages-sub/home/college/components/EnrollmentPlan.vue +++ b/src/pages-sub/home/college/components/EnrollmentPlan.vue @@ -95,6 +95,7 @@ const handleShow = (type: number) => { pickValue.value = year.value } else if (type === 2) { pickList.value = batches.value + pickValue.value = batche.value } }