From db5f0b91ed3a0043132ffc52f5ab62c27a94f543 Mon Sep 17 00:00:00 2001 From: gengxin Date: Thu, 13 Feb 2025 17:17:45 +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?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/project/ConfirmLecturer.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/project/ConfirmLecturer.vue b/src/components/project/ConfirmLecturer.vue index c82c1cb7..a90f3f8c 100644 --- a/src/components/project/ConfirmLecturer.vue +++ b/src/components/project/ConfirmLecturer.vue @@ -173,6 +173,7 @@ const expenseList = ref([]) const searchList = ref([]) const timesList = ref([]) const clickItem = (item,i) => { + console.log("clickItem gx item",item,i); indexList.value = i resetData(i,false) } @@ -197,6 +198,7 @@ watch(()=>props.visible,(val)=>{ if(res.data.code === 200){ forData.value = res.data.data; console.log("getListByAffiliation gx forData.value ",forData.value) + console.log("getListByAffiliation gx forData.value value",forData.value) forData.value.forEach((item,i) => { searchConditions.value.push({ nameUserNo: '', dateValue: [] }); expenseList.value.push(forData.value[i]?.expenseList || []) @@ -466,6 +468,7 @@ const columns = [ const closeDrawer = () => emit("update:visible", false); const activeList = ref([]) const setList = (item) => { + console.log("setList gx item",item) const index = activeList.value.findIndex(listItem => listItem === item); if (index > -1) { activeList.value.splice(index, 1);