Compare commits

...

2 Commits

Author SHA1 Message Date
caiyiling 0458b2d73d Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web into main
continuous-integration/drone/push Build is passing Details
2024-10-29 10:39:59 +08:00
caiyiling 1abb330d7d 1 2024-10-29 10:39:46 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -499,7 +499,7 @@ export default {
)
})
answer = o ? o.label : null
} else if (indexedDB.classifyType === 1) {
} else if (i.classifyType === 1) {
let o = list.find(v => {
return v.val.includes(obj.val)
})