فهرست منبع

项目查重规则排除调整

qymljy 1 سال پیش
والد
کامیت
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(){
     onExclude(){
-      console.log(this.projectnameexcludefields,'fields')
-      console.log(this.projectnameexcludefields.length)
-      console.log(this.exclude,'exclude')
       this.projectnameexcludefields.push(this.exclude)
       this.projectnameexcludefields.push(this.exclude)
       this.setWordVisible = false
       this.setWordVisible = false
       this.exclude = ''
       this.exclude = ''
     },
     },
     tagDel(val,index){
     tagDel(val,index){
-      console.log(val,'删除')
-      console.log(index)
       this.projectnameexcludefields.splice(index,1)
       this.projectnameexcludefields.splice(index,1)
     }
     }
   }
   }