Silent 6 years ago
parent
commit
1ba58e7860
1 changed files with 2 additions and 2 deletions
  1. 2 2
      resources/views/admin/base/locations/index.blade.php

+ 2 - 2
resources/views/admin/base/locations/index.blade.php

xqd
@@ -57,8 +57,8 @@ $(function() {
     $('#location-keyword-search').on('click', function () {
         var regionText = $('#location-keyword-input').val();
         console.log(regionText);
-        // searchService.setLocation(regionText);
-        searchService.search(regionText);
+        searchService.setLocation(regionText);
+        searchService.search();
     })
 });
 </script>