This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
fixi issue
tags/v1.21.12.1
zhoupzh
3 years ago
parent
6a1a8075fd
commit
12499d5eaf
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save