From f39cad094d242d0f65fe2f3f5945dc2c05d8f9b3 Mon Sep 17 00:00:00 2001 From: gengxin Date: Thu, 13 Feb 2025 18:03:22 +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=E6=A8=A1=E6=8B=9F=200=20?= =?UTF-8?q?=E8=A7=92=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/project/ConfirmLecturer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/project/ConfirmLecturer.vue b/src/components/project/ConfirmLecturer.vue index 7a377a6a..5c173a73 100644 --- a/src/components/project/ConfirmLecturer.vue +++ b/src/components/project/ConfirmLecturer.vue @@ -202,7 +202,7 @@ watch(()=>props.visible,(val)=>{ //todo1 , 只有一个处理 初始化 处理数据 ,进行 激活处理 forData.value = forData.value.splice(0,1); if(forData.value.length == 1){ - activeList.value.push(forData.value[0]); + activeList.value.push(0); } forData.value.forEach((item,i) => {