|
@@ -353,7 +353,7 @@
|
|
|
</div>
|
|
|
</el-tab-pane>
|
|
|
<el-tab-pane label="地图" name="fifth">
|
|
|
- <div id="map" style="width:100%; height: 800px;"></div>
|
|
|
+ <div id="map" style="width:100%; height: 700px;"></div>
|
|
|
</el-tab-pane>
|
|
|
<!-- <el-tab-pane label="会务数据统计" name="third">会务数据统计</el-tab-pane> -->
|
|
|
|
|
@@ -490,6 +490,9 @@ export default {
|
|
|
this.input='';
|
|
|
this.StatisticsGroupCost()
|
|
|
}
|
|
|
+ if (this.activeName=='fifth') {
|
|
|
+ this.getonline();
|
|
|
+ }
|
|
|
// console.log(tab, event);
|
|
|
},
|
|
|
//处理时间
|
|
@@ -904,6 +907,9 @@ export default {
|
|
|
this.input='';
|
|
|
this.StatisticsGroupCost()
|
|
|
}
|
|
|
+ if (this.activeName=='fifth') {
|
|
|
+ this.getonline();
|
|
|
+ }
|
|
|
// this.businessincome=[];
|
|
|
// this.Grossprofit=[];
|
|
|
// this.costing=[];
|
|
@@ -1318,8 +1324,6 @@ export default {
|
|
|
},
|
|
|
},
|
|
|
mounted(){
|
|
|
- this.getonline();
|
|
|
-
|
|
|
this.StatisticsYOY();
|
|
|
// this.countrieschange(this.value);
|
|
|
// this.StatisticsOP(1);
|