|
@@ -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)
|
|
|
}
|
|
|
}
|