|
@@ -210,10 +210,10 @@
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
//摄像头名称
|
|
//摄像头名称
|
|
- cgqData: [],
|
|
|
|
rightDeptName: undefined,
|
|
rightDeptName: undefined,
|
|
visuForestCloudCameraBOListSearch: [],
|
|
visuForestCloudCameraBOListSearch: [],
|
|
// 部门名称
|
|
// 部门名称
|
|
|
|
+ cgqData:[],
|
|
deptName: undefined,
|
|
deptName: undefined,
|
|
deptId: '',
|
|
deptId: '',
|
|
// 部门树选项
|
|
// 部门树选项
|
|
@@ -549,6 +549,9 @@
|
|
getSensorListByDeptId(that.deptId).then(function(res) {
|
|
getSensorListByDeptId(that.deptId).then(function(res) {
|
|
that.sensorNum = res.data.length
|
|
that.sensorNum = res.data.length
|
|
|
|
|
|
|
|
+ taht.onLa = false
|
|
|
|
+ this.onShe = false
|
|
|
|
+ this.onChuan = true
|
|
})
|
|
})
|
|
.catch(function(error) {
|
|
.catch(function(error) {
|
|
console.error(error);
|
|
console.error(error);
|
|
@@ -1102,4 +1105,4 @@
|
|
height: 600px;
|
|
height: 600px;
|
|
border: 1px solid red;
|
|
border: 1px solid red;
|
|
}
|
|
}
|
|
-</style>
|
|
|
|
|
|
+</style>
|