|
@@ -1473,11 +1473,11 @@
|
|
|
},
|
|
|
/** ----------------------------------事件弹窗结束------------------------------------- */
|
|
|
getBaseInfo() {
|
|
|
- let that = this
|
|
|
//左侧获取部门信息
|
|
|
getBaseInfo().then(res => {
|
|
|
- that.forestInfo = res.data.baseinfo.baseinfo //基本情况
|
|
|
- that.cameraList = res.data.cameraList
|
|
|
+ debugger
|
|
|
+ this.forestInfo = res.data.baseinfo //基本情况
|
|
|
+ this.cameraList = res.data.cameraList
|
|
|
})
|
|
|
},
|
|
|
getTodayEvents(date) {
|