|
@@ -178,6 +178,7 @@ export default {
|
|
|
mounted() {
|
|
|
this.selectDeviceType(-1)
|
|
|
this.selectKeyAreaList()
|
|
|
+ this.bottomMenuList() //获取底部公共组件消息和任务
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
@@ -253,6 +254,10 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
/** ----------------------------------底部按钮公用组件开始------------------------------------- */
|
|
|
+ bottomMenuList() {
|
|
|
+ this.$refs.bottomMenu.selectTaskList()//获取任务列表
|
|
|
+ this.$refs.bottomMenu.selectMessageList()//获取消息列表
|
|
|
+ },
|
|
|
showDialog(click) {
|
|
|
if (click == 'eventLocation') {
|
|
|
this.$refs.eventLocation.showEventLocation()
|