@@ -187,10 +187,11 @@ export function selectCenterdataTForestResourcesSum() {
})
}
//车辆信息统计
-export function selectCarCount() {
+export function selectCarCount(data) {
return request({
url: '/center-fire/VisuForestCloudBigDataController/selectCarCount',
- method: 'get'
+ method: 'get',
+ params:data
// 防火设备统计
@@ -26,7 +26,7 @@
methods: {
selectCarCount(){
- selectCarCount().then(resp => {
+ selectCarCount({areaType:"1"}).then(resp => {
this.myEcharts(resp.data);
},