|
|
@@ -140,7 +140,7 @@ let loadCount = 0
|
|
|
watchEffect(() => {
|
|
|
const list = type.value === '点云场景' ? meshList : cloudList
|
|
|
const currentCount = ++loadCount
|
|
|
- fetchScenesAll({...params.value, sceneName: keyword.value, }).then((data) => {
|
|
|
+ fetchScenesAll({...params.value, sceneName: keyword.value, searchType: '2' }).then((data) => {
|
|
|
console.log('====>', currentCount, loadCount, params.value)
|
|
|
if (currentCount === loadCount) {
|
|
|
|