Compare commits

..

No commits in common. "0458b2d73d7ac189e60df187e7acdec48bfcd98b" and "7343036ebf18544df41371c788bb7d8de281beac" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

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