智能算法回退版本
This commit is contained in:
parent
8789176e4a
commit
935c80ee87
|
@ -11,7 +11,6 @@
|
|||
<algorithm-top-details :dataList="dataList.data"></algorithm-top-details>
|
||||
<!-- 导航 -->
|
||||
<algorithm-navigation
|
||||
:associatedComponents="associatedComponents"
|
||||
:dataList="dataList.data"
|
||||
:class="{ fixed: scrollTop >= 600 }"
|
||||
:selectNow="selectNow"
|
||||
|
|
|
@ -161,17 +161,11 @@
|
|||
}
|
||||
})
|
||||
if (list.value.length > 0) {
|
||||
console.log(
|
||||
'11111111111111111111111111',
|
||||
(select.value = navList.value.filter(
|
||||
(item) => item.name === list.value[0]
|
||||
)[0])
|
||||
)
|
||||
debugger
|
||||
select.value = navList.value.filter(
|
||||
(item) => item.name === list.value[0]
|
||||
)[0].key
|
||||
}
|
||||
console.log('11111111111111111111111111', list.value, navList.value)
|
||||
}
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue