From 748e932959667360f5f38a9cf6289cf33b94690b Mon Sep 17 00:00:00 2001 From: SHAOJIAHAO <55341701@qq.com> Date: Fri, 4 Aug 2023 09:49:47 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=AE=8C=E5=96=84]=E4=BF=AE=E6=94=B9=E6=B6=88?= =?UTF-8?q?=E9=98=B2=E8=AE=BE=E6=96=BDputBody=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fire-fighting-device/fire-fighting-device.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/key-unit/fire-fighting-device/fire-fighting-device.component.ts b/src/app/key-unit/fire-fighting-device/fire-fighting-device.component.ts index 2661785..bf39ebe 100644 --- a/src/app/key-unit/fire-fighting-device/fire-fighting-device.component.ts +++ b/src/app/key-unit/fire-fighting-device/fire-fighting-device.component.ts @@ -532,7 +532,7 @@ export class FireFightingDeviceComponent implements OnInit { data.push(msg) if (index == item.facilityItems.length - 1) { this.http.post('/api/BuildingFacilityItems/Batch', data, { params: header }).subscribe(data => { - let putBody + let putBody = [] if (item.name == '消防水源') { putBody = returnBody(this.fireWaterSupply, '消防水源') } else if (item.name == '消防水系统') {