|
|
|
@ -149,8 +149,7 @@ nextTick(() => {
|
|
|
|
|
// console.log("customObjRef.value[str]1111111111111", customObjRef.value[str]);
|
|
|
|
|
if (str == 'izsimilarity') {
|
|
|
|
|
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] // 赋值
|
|
|
|
|
console.log('相似度2222222222', asideValue[key])
|
|
|
|
|
}
|
|
|
|
|