【fix ESLint】JAreaLinkage、JData、JInput、views/account/center/Index

This commit is contained in:
zhaoxiao
2023-03-07 17:20:42 +08:00
parent 6d2689436e
commit 8775331948
4 changed files with 15 additions and 15 deletions
+1 -2
View File
@@ -145,8 +145,7 @@ export default {
},
handleTagClose (removeTag) {
const tags = this.tags.filter(tag => tag != removeTag)
this.tags = tags
this.tags = this.tags.filter(tag => tag + '' !== removeTag + '')
},
showTagInput () {