From 5bdaf416d66b675131004de1aba5d161772a52b0 Mon Sep 17 00:00:00 2001
From: liubp <1535785116@qq.com>
Date: 星期五, 19 十二月 2025 18:27:52 +0800
Subject: [PATCH] 添加所属小区字段
---
public/pages/common/communityManage/detail/detail.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/public/pages/common/communityManage/detail/detail.js b/public/pages/common/communityManage/detail/detail.js
index 3f991d4..e6b8e20 100644
--- a/public/pages/common/communityManage/detail/detail.js
+++ b/public/pages/common/communityManage/detail/detail.js
@@ -234,7 +234,7 @@
gateSupplierContactName: info.barrierSupplierContact || info.gateSupplierContactName || '',
gateSupplierContactTel: info.barrierSupplierPhone || info.gateSupplierContactTel || '',
pumpTotal: info.waterPumpCount || info.pumpTotal || '',
- hasDecorationRubbishPoint: info.hasDecorationRubbishPoint || info.hasDecorationRubbishPoint,
+ hasDecorationRubbishPoint: info.hasDecorationRubbishPoint,
gateGuardTotal: info.securityEntranceCount || info.gateGuardTotal || '',
carTotal: info.totalMotorVehicleSpaces || info.carTotal || '',
carGroundTotal: info.groundMotorVehicleSpaces || info.groundParkingSpaces || info.carGroundTotal || '',
--
Gitblit v1.8.0