From fa0b23dd73d57f3460e878fa9d990ec7440baae9 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期三, 26 二月 2020 12:50:01 +0800
Subject: [PATCH] 优化查询房屋信息

---
 WebService/src/main/resources/components/unitPackage/view-unit-info/viewUnitInfo.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WebService/src/main/resources/components/unitPackage/view-unit-info/viewUnitInfo.html b/WebService/src/main/resources/components/unitPackage/view-unit-info/viewUnitInfo.html
index 8d0103e..8df1b61 100644
--- a/WebService/src/main/resources/components/unitPackage/view-unit-info/viewUnitInfo.html
+++ b/WebService/src/main/resources/components/unitPackage/view-unit-info/viewUnitInfo.html
@@ -4,7 +4,7 @@
             <div class="ibox-title">
                 <h5>鍗曞厓淇℃伅</h5>
                 <div class="ibox-tools" style="top:10px;">
-                    <button type="button" v-if="viewUnitInfo.index != 2 && viewUnitInfo.floorId !=''"
+                    <button type="button" v-if="viewUnitInfo.index != 2 && viewUnitInfo.floorId !='' && viewUnitInfo.floorId !='-1'"
                             class="btn btn-primary btn-sm" style="margin-right:10px;"
                             v-on:click="_openSelectUnitInfoModel()">
                         <i class="glyphicon glyphicon-search"></i> 閫夋嫨鍗曞厓

--
Gitblit v1.8.0