From 3a55c3e117089c4363b05b1be5fc5b91c77568a6 Mon Sep 17 00:00:00 2001 From: yuejiayang <146344614+YangLei105@users.noreply.github.com> Date: Wed, 30 Oct 2024 13:34:46 +0800 Subject: [PATCH] =?UTF-8?q?2024.10.30=20=E6=96=87=E6=A1=A3=E6=94=B6?= =?UTF-8?q?=E9=9B=86=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/eam/eamProjectInfoForUploads.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/views/modules/eam/eamProjectInfoForUploads.vue b/src/views/modules/eam/eamProjectInfoForUploads.vue index 7b8da12..23dd8ec 100644 --- a/src/views/modules/eam/eamProjectInfoForUploads.vue +++ b/src/views/modules/eam/eamProjectInfoForUploads.vue @@ -1348,7 +1348,6 @@ export default { } } if (this.searchData.projectLeader !== '' && this.searchData.projectLeader !== null){ - console.log('1',this.searchData.projectLeader) this.dataList = data.list for (let i = 0; i < this.dataList.length; i++) { if (this.dataList[i].responsibleDepartment === 'R001'){ @@ -1479,7 +1478,6 @@ export default { } } if (this.searchData.projectLeader !== '' && this.searchData.projectLeader !== null){ - console.log('2',this.searchData.projectLeader) this.dataList = data.list for (let i = 0; i < this.dataList.length; i++) { if (this.dataList[i].responsibleDepartment === 'R001'){ @@ -1542,7 +1540,7 @@ export default { pjmList.push(item.projectOwner.split('-')[0]) } }) - if (pjmList.includes(this.$store.state.user.name)){ + if (pjmList.includes(this.$store.state.user.name) || this.$store.state.user.name === 'admin') { this.warnFlag = true this.dataList = data.page.list this.allPersonnelInfoList = data.list