From e7fff4b19129140e8af61ff7c243ec7bbad4190f Mon Sep 17 00:00:00 2001
From: zhangjq <z16372660229@163.com>
Date: 星期三, 28 一月 2026 18:37:18 +0800
Subject: [PATCH] Z二白单导入页面和业主车辆页面房屋管理数据显示

---
 public/components/property/editPhoneBillFlow/editPhoneBillFlow.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/public/components/property/editPhoneBillFlow/editPhoneBillFlow.js b/public/components/property/editPhoneBillFlow/editPhoneBillFlow.js
index e984d92..b330315 100644
--- a/public/components/property/editPhoneBillFlow/editPhoneBillFlow.js
+++ b/public/components/property/editPhoneBillFlow/editPhoneBillFlow.js
@@ -15,7 +15,9 @@
             meterTypes: []
         },
         _initMethod: function () {
-            this._listMeterTypes();
+            if (typeof this._listMeterTypes === 'function') {
+                this._listMeterTypes();
+            }
         },
         _initEvent: function () {
             vc.on('editPhoneBillFlow', 'openEditPhoneBillFlowModal', function (_phoneBillFlow) {

--
Gitblit v1.8.0