From a0cac8107ace26743e96600ebc86817f6f0bb161 Mon Sep 17 00:00:00 2001 From: gengxin Date: Thu, 13 Feb 2025 18:00:18 +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=E5=A4=84=E7=90=86=20?= =?UTF-8?q?=E6=BF=80=E6=B4=BB=E7=8A=B6=E6=80=81=20,=20=E6=A8=A1=E6=8B=9F?= =?UTF-8?q?=E5=8F=AA=E6=9C=89=E4=B8=80=E6=9D=A1?= 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 039bedf0..7a377a6a 100644 --- a/src/components/project/ConfirmLecturer.vue +++ b/src/components/project/ConfirmLecturer.vue @@ -200,6 +200,7 @@ watch(()=>props.visible,(val)=>{ console.log("getListByAffiliation gx forData.value ",forData.value) console.log("getListByAffiliation gx forData.value value",forData.value) //todo1 , 只有一个处理 初始化 处理数据 ,进行 激活处理 + forData.value = forData.value.splice(0,1); if(forData.value.length == 1){ activeList.value.push(forData.value[0]); }