|
@@ -221,6 +221,7 @@ export default {
|
|
|
this.getEventByEventType(this.getCurrentDataStr(),true);
|
|
|
}
|
|
|
}, 10000)
|
|
|
+ this.bottomMenuList() //获取底部公共组件消息和任务
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
@@ -677,6 +678,10 @@ export default {
|
|
|
/** ----------------------------------weosocket结束------------------------------------- */
|
|
|
|
|
|
/** ----------------------------------底部按钮公用组件开始------------------------------------- */
|
|
|
+ bottomMenuList() {
|
|
|
+ this.$refs.bottomMenu.selectTaskList()//获取任务列表
|
|
|
+ this.$refs.bottomMenu.selectMessageList()//获取消息列表
|
|
|
+ },
|
|
|
showDialog(click) {
|
|
|
if (click == 'eventLocation') {
|
|
|
this.$refs.eventLocation.showEventLocation()
|