瀏覽代碼

项目查重规则排除调整

qymljy 6 月之前
父節點
當前提交
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)
     }
   }