|
@@ -1171,7 +1171,6 @@ export default {
|
|
// 处理收到的消息
|
|
// 处理收到的消息
|
|
this.handleWebSoceketEvent(e.data)
|
|
this.handleWebSoceketEvent(e.data)
|
|
|
|
|
|
-
|
|
|
|
this.getTodayEvents(this.getCurrentDataStr(), true);
|
|
this.getTodayEvents(this.getCurrentDataStr(), true);
|
|
this.getDeptEventCount(this.getCurrentDataStr(), true);
|
|
this.getDeptEventCount(this.getCurrentDataStr(), true);
|
|
this.getEventByEventType(this.getCurrentDataStr(), true);
|
|
this.getEventByEventType(this.getCurrentDataStr(), true);
|
|
@@ -1270,6 +1269,7 @@ export default {
|
|
this.$refs.bottomMenu.showChild = false
|
|
this.$refs.bottomMenu.showChild = false
|
|
}
|
|
}
|
|
} else if (click == 'TVWall') {
|
|
} else if (click == 'TVWall') {
|
|
|
|
+ console.log("this.$refs.TVWall=",this.$refs.TVWall)
|
|
this.$refs.TVWall.showTVWall();
|
|
this.$refs.TVWall.showTVWall();
|
|
this.$refs.supermap.isEditableLayers = false
|
|
this.$refs.supermap.isEditableLayers = false
|
|
this.$refs.bottomMenu.showChild = false
|
|
this.$refs.bottomMenu.showChild = false
|