|
@@ -43,6 +43,8 @@ import {
|
|
|
getCountPointInfo,
|
|
|
getCountPointInfoAreaList,
|
|
|
getCountPointInfoTypeErtongfulijigou,
|
|
|
+ getCountPointInfoTypeMdpUnits,
|
|
|
+ getCountPointInfoTypeYangLaoJiGou,
|
|
|
getDroneType,
|
|
|
getEmergencyDisasterInfoOfficerType,
|
|
|
getEmergencyExpertType,
|
|
@@ -200,6 +202,7 @@ watch(
|
|
|
'16': getRainPitsType,
|
|
|
'17': getMidmapDzzhType,
|
|
|
'18': getMiningOperationsType,
|
|
|
+ '20': getCountPointInfoTypeMdpUnits,
|
|
|
'21': getBuildingProjectType,
|
|
|
'22': getChemicalWarehouseType,
|
|
|
'23': getMajorHazardSourceType,
|
|
@@ -209,7 +212,8 @@ watch(
|
|
|
'27': getConstructionSitesType,
|
|
|
'28': getEmergencyTransportResourcesType,
|
|
|
'29': getEmergencyDisasterInfoOfficerType,
|
|
|
- '44': getCountPointInfoTypeErtongfulijigou
|
|
|
+ '44': getCountPointInfoTypeErtongfulijigou,
|
|
|
+ '45': getCountPointInfoTypeYangLaoJiGou
|
|
|
};
|
|
|
let method = methodList[dataList.value[0].dataType];
|
|
|
if (!method) return;
|