|
@@ -483,6 +483,7 @@
|
|
|
},
|
|
|
mounted() {
|
|
|
this.getBaseInfo()
|
|
|
+ this.bottomMenuList() //获取底部公共组件消息和任务
|
|
|
this.getTodayEvents(this.getCurrentDataStr())
|
|
|
this.getDeptEventCount(this.getCurrentDataStr())
|
|
|
this.getWeather(this.getCurrentDataStr())
|
|
@@ -496,7 +497,7 @@
|
|
|
// this.initWebSocket()
|
|
|
/** ----------------------------------weosocket结束------------------------------------- */
|
|
|
|
|
|
- this.bottomMenuList() //获取底部公共组件消息和任务
|
|
|
+
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
@@ -623,6 +624,7 @@
|
|
|
// }
|
|
|
// })
|
|
|
// },
|
|
|
+
|
|
|
dropLocation(lat, lng,eventCode) {
|
|
|
this.$refs.supermap.dropLocation(lat, lng,18)
|
|
|
this.showEventDialog(eventCode)
|