|
@@ -149,8 +149,15 @@ export default {
|
|
window.choseLayerSwitchingList = this.choseLayerSwitchingList
|
|
window.choseLayerSwitchingList = this.choseLayerSwitchingList
|
|
/** ----------------------------------底部按钮公用组件结束------------------------------------- */
|
|
/** ----------------------------------底部按钮公用组件结束------------------------------------- */
|
|
},
|
|
},
|
|
|
|
+ mounted() {
|
|
|
|
+ this.bottomMenuList() //获取底部公共组件消息和任务
|
|
|
|
+ },
|
|
methods: {
|
|
methods: {
|
|
/** ----------------------------------底部按钮公用组件开始------------------------------------- */
|
|
/** ----------------------------------底部按钮公用组件开始------------------------------------- */
|
|
|
|
+ bottomMenuList() {
|
|
|
|
+ this.$refs.bottomMenu.selectTaskList()//获取任务列表
|
|
|
|
+ this.$refs.bottomMenu.selectMessageList()//获取消息列表
|
|
|
|
+ },
|
|
showDialog(click) {
|
|
showDialog(click) {
|
|
if (click == 'eventLocation') {
|
|
if (click == 'eventLocation') {
|
|
this.$refs.eventLocation.showEventLocation()
|
|
this.$refs.eventLocation.showEventLocation()
|