From 1f5d96b654079484dd03de0c6d38559075e88bdb Mon Sep 17 00:00:00 2001 From: xufenglei <xufenglei> Date: Wed, 14 Nov 2018 15:52:16 +0800 Subject: [PATCH] update --- src/main/webapp/view/map.jsp | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/view/map.jsp b/src/main/webapp/view/map.jsp index 2ca7b1e..a0eaf09 100644 --- a/src/main/webapp/view/map.jsp +++ b/src/main/webapp/view/map.jsp @@ -281,8 +281,8 @@ <!-- <div class="search_box"> <button id="searchBtn" type="button">������</button> <input id="searchParam"/> - </div> - <div id="popup_box"> + </div> --> + <!-- <div id="popup_box"> <div id="equ_list" class="listview"> </div> </div> --> @@ -319,7 +319,7 @@ //$("#searchParam").val(mpoint['name']); var url = 'get-devices-by-mid-oid?mpId=' + mpoint['id'] + "&orgId=" + params['orgId']; listView.load(url); - //moralMap.showPopupbox("#popup_box"); + moralMap.showPopupbox("#popup_box"); } function loadLazy(url,paramMap,callBack,lazyKeyer){ if(lazyKeyer==undefined){ -- Gitblit v1.8.0