|
|
@ -36,7 +36,10 @@ export class ExportData { |
|
|
|
} |
|
|
|
} |
|
|
|
let type = facilityByTypes[i].facilityType; |
|
|
|
let type = facilityByTypes[i].facilityType; |
|
|
|
if (TsTool.stringContain(type, "XF_")) { |
|
|
|
if (TsTool.stringContain(type, "XF_")) { |
|
|
|
this.消防设备.push(new ExportData_XFSB(facilityByTypes[i])); |
|
|
|
if (facilityByTypes[i].facilities.length > 0) { |
|
|
|
|
|
|
|
this.消防设备.push(new ExportData_XFSB(facilityByTypes[i])); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
for (let j = 0; j < facilities.length; j++) { |
|
|
|
for (let j = 0; j < facilities.length; j++) { |
|
|
|