From ca90b06bba19192be9c700e32b8bff95fcfa03d1 Mon Sep 17 00:00:00 2001 From: gengxin Date: Thu, 13 Feb 2025 17:30:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=B2=E5=B8=88=E8=B4=B9=E7=94=A8Fee=20,=20l?= =?UTF-8?q?og=20=E6=97=A5=E5=BF=97=20=EF=BC=8C=20=E7=9B=91=E5=90=AC?= =?UTF-8?q?=E6=97=A5=E5=BF=97=20=E5=BD=93=E5=BC=B9=E6=A1=86=E5=BC=B9?= =?UTF-8?q?=E8=B5=B7=20=E8=8E=B7=E5=8F=96=E6=95=B0=E6=8D=AE=E5=88=86?= =?UTF-8?q?=E6=9E=90=20,=20=E7=82=B9=E5=87=BB=E5=9B=BE=E6=A0=87=E7=A1=AE?= =?UTF-8?q?=E8=AE=A4=20,=20=E6=BF=80=E6=B4=BB=E7=8A=B6=E6=80=81=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/project/ConfirmLecturer.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/project/ConfirmLecturer.vue b/src/components/project/ConfirmLecturer.vue index a90f3f8c..5299de32 100644 --- a/src/components/project/ConfirmLecturer.vue +++ b/src/components/project/ConfirmLecturer.vue @@ -469,6 +469,7 @@ const closeDrawer = () => emit("update:visible", false); const activeList = ref([]) const setList = (item) => { console.log("setList gx item",item) + console.log("setList gx activeList",activeList) const index = activeList.value.findIndex(listItem => listItem === item); if (index > -1) { activeList.value.splice(index, 1);