Browse Source

fixi issue

tags/v1.21.12.1
zhoupzh 3 years ago
parent
commit
12499d5eaf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      web_src/js/components/EditTopics.vue

+ 1
- 1
web_src/js/components/EditTopics.vue View File

@@ -164,7 +164,7 @@ export default {
let findelement = this.array.some((item)=>{
return item.topic_name===this.input
return item.topic_name===this.input.toLowerCase()
})
this.showInputValue = !findelement


Loading…
Cancel
Save