From 7b5c6556c1ca35c209bde90755d74f9d3bf781c6 Mon Sep 17 00:00:00 2001 From: ruanqi Date: Wed, 6 Nov 2024 16:26:48 +0800 Subject: [PATCH] plm BMM --- .../project/projectInfo/com_projectInfo-add-or-update.vue | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/views/modules/project/projectInfo/com_projectInfo-add-or-update.vue b/src/views/modules/project/projectInfo/com_projectInfo-add-or-update.vue index b78cf4a..438c846 100644 --- a/src/views/modules/project/projectInfo/com_projectInfo-add-or-update.vue +++ b/src/views/modules/project/projectInfo/com_projectInfo-add-or-update.vue @@ -622,8 +622,6 @@ this.ownerFlag=false }, userRollModal(){ - // console.log(this.dataForm.userRoleList) - // console.log(this.userRoleList) // this.userRoleList=JSON.parse(JSON.stringify(this.dataForm.userRoleList)); this.searchUserRoll() @@ -651,17 +649,11 @@ } } let name= ''; - console.log("this.dataForm.userRoleList") - console.log(this.dataForm.userRoleList) - console.log("this.userRoleList") - console.log(this.userRoleList) for (let i = 0; i < this.userRoleList.length; i++) { this.dataForm.userRoleList=this.dataForm.userRoleList.filter(item => item.username != this.userRoleList[i].username) if(this.userRoleList[i].searchCheck||this.userRoleList[i].updateCheck||this.userRoleList[i].downCheck||this.userRoleList[i].deleteCheck){ this.dataForm.userRoleList.push(this.userRoleList[i]) } - console.log("this.dataForm.userRoleList") - console.log(this.dataForm.userRoleList) } for (let i = 0; i < this.dataForm.userRoleList.length; i++) { if(this.dataForm.userRoleList[i].searchCheck||this.dataForm.userRoleList[i].updateCheck