|
@@ -32,7 +32,7 @@ import {
|
|
|
getBuildingProjectType,
|
|
|
getChemicalType, getChemicalWarehouseType, getConstructionSitesType,
|
|
|
getCountPointInfo,
|
|
|
- getCountPointInfoAreaList,
|
|
|
+ getCountPointInfoAreaList, getCountPointInfoTypeErtongfulijigou,
|
|
|
getDroneType, getEmergencyDisasterInfoOfficerType,
|
|
|
getEmergencyExpertType,
|
|
|
getEmergencyShelterType, getEmergencyTransportResourcesType,
|
|
@@ -43,7 +43,7 @@ import {
|
|
|
getSchoolType,
|
|
|
getShipType, getStationInfoType, getTouristAttractionType,
|
|
|
getWaterloggedRoadsType, getYardSitesType
|
|
|
-} from "@/api/globalMap/layerAnalysis";
|
|
|
+} from '@/api/globalMap/layerAnalysis';
|
|
|
import { option4, option5 } from './echartOptions';
|
|
|
import BigNumber from 'bignumber.js';
|
|
|
|
|
@@ -193,7 +193,7 @@ watch(
|
|
|
'27': getConstructionSitesType,
|
|
|
'28': getEmergencyTransportResourcesType,
|
|
|
'29': getEmergencyDisasterInfoOfficerType,
|
|
|
-
|
|
|
+ '44': getCountPointInfoTypeErtongfulijigou
|
|
|
};
|
|
|
let method = methodList[dataList.value[0].dataType];
|
|
|
if (!method) return;
|