From 035539b4e23f36b10dfba16fec01f26d3c629e29 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期三, 08 五月 2019 23:42:25 +0800
Subject: [PATCH] 房屋管理开发完成

---
 WebService/src/main/resources/components/unit-select-floor/unitSelectFloor.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/WebService/src/main/resources/components/unit-select-floor/unitSelectFloor.html b/WebService/src/main/resources/components/unit-select-floor/unitSelectFloor.html
index 23ac690..34670d3 100644
--- a/WebService/src/main/resources/components/unit-select-floor/unitSelectFloor.html
+++ b/WebService/src/main/resources/components/unit-select-floor/unitSelectFloor.html
@@ -38,8 +38,8 @@
         </div>
     </div>
     <vc:create name="searchFloor"
-               @emitChooseFloor="unitSelectFloor"
-               @emitLoadData="unit"
+               emitChooseFloor="unitSelectFloor"
+               emitLoadData="unit"
     ></vc:create>
     <vc:create name="addUnit"></vc:create>
 </div>
\ No newline at end of file

--
Gitblit v1.8.0