From 2b613ec7306bf62b6bebde76fe6b4cccc4fc64ff Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期六, 13 六月 2020 15:02:12 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/pakStore/pakStore.html |   28 +++++++---------------------
 1 files changed, 7 insertions(+), 21 deletions(-)

diff --git a/src/main/webapp/views/pakStore/pakStore.html b/src/main/webapp/views/pakStore/pakStore.html
index 8e87b7a..3e617d1 100644
--- a/src/main/webapp/views/pakStore/pakStore.html
+++ b/src/main/webapp/views/pakStore/pakStore.html
@@ -47,6 +47,13 @@
             position: relative;
             overflow: visible !important;
         }
+
+        #mat-query {
+            display: none;
+        }
+        #btn-comb {
+            display: none;
+        }
     </style>
 </head>
 <body>
@@ -103,27 +110,6 @@
     {{#each data}}
         <option value="{{this}}">{{this}}</option>
     {{/each}}
-</script>
-<script>
-    $(function(){
-        $.ajax({
-            url: baseUrl+"/available/put/site",
-            headers: {'token': localStorage.getItem('token')},
-            method: 'POST',
-            success: function (res) {
-                if (res.code === 200){
-                    var tpl = $("#putSiteSelectTemplate").html();
-                    var template = Handlebars.compile(tpl);
-                    var html = template(res);
-                    $('#putSiteSelect').append(html);
-                } else if (res.code === 403){
-                    top.location.href = baseUrl+"/";
-                }else {
-                    layer.msg(res.msg)
-                }
-            }
-        })
-    })
 </script>
 </body>
 </html>

--
Gitblit v1.9.1