소스 검색

项目查重规则排除调整

qymljy 7 달 전
부모
커밋
3498ffab87
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      src/HManagement/siteManage/securityConfig/modules/projectCheckRule.vue

+ 0 - 5
src/HManagement/siteManage/securityConfig/modules/projectCheckRule.vue

@@ -301,16 +301,11 @@ export default {
     },
     /*设置排除文字*/
     onExclude(){
-      console.log(this.projectnameexcludefields,'fields')
-      console.log(this.projectnameexcludefields.length)
-      console.log(this.exclude,'exclude')
       this.projectnameexcludefields.push(this.exclude)
       this.setWordVisible = false
       this.exclude = ''
     },
     tagDel(val,index){
-      console.log(val,'删除')
-      console.log(index)
       this.projectnameexcludefields.splice(index,1)
     }
   }