Browse Source

林业云图首页左侧

彭宇 2 years ago
parent
commit
59a812ecab
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/forest.vue

+ 3 - 3
src/views/forest.vue

@@ -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) {