From ecd05cafa6d56f05286c855f56e8b4573c23e639 Mon Sep 17 00:00:00 2001 From: gengxin Date: Thu, 13 Feb 2025 18:11:08 +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=20,=20=E9=AB=98=E4=BA=AE=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=201=20=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/project/ConfirmLecturer.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/project/ConfirmLecturer.vue b/src/components/project/ConfirmLecturer.vue index 5c173a73..cc0c4628 100644 --- a/src/components/project/ConfirmLecturer.vue +++ b/src/components/project/ConfirmLecturer.vue @@ -200,11 +200,9 @@ 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(0); } - forData.value.forEach((item,i) => { searchConditions.value.push({ nameUserNo: '', dateValue: [] }); expenseList.value.push(forData.value[i]?.expenseList || [])