|
@@ -37,6 +37,7 @@ const CheckParkAnalyse = {
|
|
|
Minfo.dataurl + "/featureResults.json?returnContent=true",
|
|
|
queryByGeometryParameters
|
|
|
);
|
|
|
+
|
|
|
if (result && result.totalCount == 0) {
|
|
|
Message({
|
|
|
message: "未查询到停车位和报建分层数据数据,请重新尝试",
|
|
@@ -502,7 +503,7 @@ const CheckParkAnalyse = {
|
|
|
//当前建筑所有楼层
|
|
|
for (var n = 0; n < floorList.length; n++) {
|
|
|
var floorText = floorList[n];
|
|
|
- var curFloors = landGroup.filter((t) => t.floor == floorText);
|
|
|
+ var curFloors = buildItemList.filter((t) => t.floor == floorText);
|
|
|
//当前楼层的面积、计容面积、房间数等
|
|
|
var mj = 0.0;
|
|
|
var jrmj = 0.0;
|