From 7e0d96f627deb9436a7005b340f06e720b3bdf46 Mon Sep 17 00:00:00 2001 From: liweijie Date: Fri, 18 Sep 2026 19:58:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=99=E5=AD=A6=E4=BB=BB=E5=8A=A1=20?= =?UTF-8?q?=E2=86=92=20=E5=A4=8D=E5=88=B6=E6=89=80=E9=80=89=20=E2=86=92=20?= =?UTF-8?q?=E7=B2=98=E8=B4=B4=E5=88=B0=E5=85=B6=E5=AE=83=E7=8F=AD=E6=AC=A1?= =?UTF-8?q?=EF=BC=8C=E7=9B=AE=E6=A0=87=E7=8F=AD=E6=AC=A1=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E4=BC=9A=E6=AD=A3=E5=B8=B8=E6=B5=AE=E5=9C=A8?= =?UTF-8?q?=E6=9C=80=E4=B8=8A=E5=B1=82=EF=BC=8C=E4=B8=8D=E5=86=8D=E8=A2=AB?= =?UTF-8?q?=E9=81=AE=E7=BD=A9=E7=9B=96=E4=BD=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/teachOffice/shiftSemester/ClassTeamSelectDialog.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/teachOffice/shiftSemester/ClassTeamSelectDialog.vue b/frontend/src/views/teachOffice/shiftSemester/ClassTeamSelectDialog.vue index d1ba5cd5..f959b89e 100644 --- a/frontend/src/views/teachOffice/shiftSemester/ClassTeamSelectDialog.vue +++ b/frontend/src/views/teachOffice/shiftSemester/ClassTeamSelectDialog.vue @@ -4,6 +4,7 @@ :title="title" width="900px" top="8vh" + append-to-body :close-on-click-modal="false" class="team-select-dialog" @update:visible="val => dialogVisible = val"