|
@@ -116,7 +116,7 @@
|
|
prefix-icon="el-icon-search"
|
|
prefix-icon="el-icon-search"
|
|
style="margin-bottom: 20px"
|
|
style="margin-bottom: 20px"
|
|
/>
|
|
/>
|
|
- <div class="d-l-con" v-for="(item,index) in visuForestCloudCameraBOList"
|
|
|
|
|
|
+ <div class="d-l-con" v-for="(item,index) in visuForestCloudCameraBOListSearch"
|
|
:class="{on:listCurrentIndex2 == index}"
|
|
:class="{on:listCurrentIndex2 == index}"
|
|
v-on:click="dropLocation(item.latitude,item.longitude,index)">
|
|
v-on:click="dropLocation(item.latitude,item.longitude,index)">
|
|
<div class="d-l-l-text">
|
|
<div class="d-l-l-text">
|
|
@@ -421,7 +421,7 @@ export default {
|
|
}
|
|
}
|
|
|
|
|
|
that.visuForestCloudCameraBOList = res.data.visuForestCloudCameraBOList
|
|
that.visuForestCloudCameraBOList = res.data.visuForestCloudCameraBOList
|
|
- that.visuForestCloudCameraBOListSearch = res.data.visuForestCloudCameraBOListSearch
|
|
|
|
|
|
+ that.visuForestCloudCameraBOListSearch = res.data.visuForestCloudCameraBOList
|
|
// this.cameraChat()
|
|
// this.cameraChat()
|
|
if (res.data.visuForestCloudCameraBOList != null && res.data.visuForestCloudCameraBOList
|
|
if (res.data.visuForestCloudCameraBOList != null && res.data.visuForestCloudCameraBOList
|
|
.length > 0) {
|
|
.length > 0) {
|