fix: izsimilarity value

fix/similarity_value
Brian 1 year ago
parent ff6da3d6bd
commit 3d688c773f

@ -149,8 +149,7 @@ nextTick(() => {
// console.log("customObjRef.value[str]1111111111111", customObjRef.value[str]); // console.log("customObjRef.value[str]1111111111111", customObjRef.value[str]);
if (str == 'izsimilarity') { if (str == 'izsimilarity') {
if (typeof customObjRef.value[str] == 'string') if (typeof customObjRef.value[str] == 'string')
customObjRef.value[str] = customObjRef.value[str].split('-') customObjRef.value[str] = customObjRef.value[str].split(',')
asideValue[key] = customObjRef.value[str] // asideValue[key] = customObjRef.value[str] //
console.log('相似度2222222222', asideValue[key]) console.log('相似度2222222222', asideValue[key])
} }

Loading…
Cancel
Save