From 5f876f590e8c6d73cf62803b69db808fe2025983 Mon Sep 17 00:00:00 2001
From: ZhuDongming <773644075@qq.com>
Date: Mon, 02 Dec 2019 17:01:44 +0800
Subject: [PATCH] 修改树形结构显示所有渠道选择

---
 src/main/webapp/view/map.jsp |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/src/main/webapp/view/map.jsp b/src/main/webapp/view/map.jsp
index 4d8dd8c..8eeac9e 100644
--- a/src/main/webapp/view/map.jsp
+++ b/src/main/webapp/view/map.jsp
@@ -351,10 +351,10 @@
         <div class="charts_btn">
         </div>
     </div>
-    <!--<div class="search_box">
-        <button id="searchBtn" type="button">������</button>
-        <textarea style="width: 200px;height:200px;" id="searchParam"></textarea>
-    </div>-->
+    <!-- <div class="search_box">
+         <button id="searchBtn" type="button">������</button>
+         <textarea style="width: 200px;height:200px;" id="searchParam"></textarea>
+     </div>-->
     <!-- <div id="popup_box">
           <div id="equ_list" class="listview">
           </div>
@@ -749,7 +749,6 @@
     }
 
     function callJS(jsonData) {
-        // $("#searchParam").val(jsonData);
         var jsonData = JSON.parse(jsonData);
         var methodName = jsonData.methodName;
         if ("JumpBaiduMap" == methodName) {

--
Gitblit v1.8.0