|
|
@ -149,7 +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])
|
|
|
@ -320,7 +320,7 @@ useKeydown('s', () => setShowSearch(true))
|
|
|
|
v-show="!showSearch"
|
|
|
|
v-show="!showSearch"
|
|
|
|
ref="AdvanceFilterRef"
|
|
|
|
ref="AdvanceFilterRef"
|
|
|
|
:type="0"
|
|
|
|
:type="0"
|
|
|
|
:toolipvalue="'请输入提报人搜索'"
|
|
|
|
toolipvalue="请输入提报人搜索"
|
|
|
|
@select="filterHandler"
|
|
|
|
@select="filterHandler"
|
|
|
|
@update:search="setShowSearch(true)"
|
|
|
|
@update:search="setShowSearch(true)"
|
|
|
|
@show-custom="showModal(customModalRef)"
|
|
|
|
@show-custom="showModal(customModalRef)"
|
|
|
|