caiyiling 2024-10-29 10:39:46 +08:00
parent 5edf2f8790
commit 1abb330d7d
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)
})