From 447610041c067c090497108c49f923b4ae5ea76e Mon Sep 17 00:00:00 2001
From: chenzeping <ChenZeping02609@163.com>
Date: 星期三, 14 四月 2021 09:57:02 +0800
Subject: [PATCH] 固废查询

---
 src/components/panel/topicSearch/SewersSearch.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/components/panel/topicSearch/SewersSearch.vue b/src/components/panel/topicSearch/SewersSearch.vue
index 8d0b517..1656191 100644
--- a/src/components/panel/topicSearch/SewersSearch.vue
+++ b/src/components/panel/topicSearch/SewersSearch.vue
@@ -128,11 +128,13 @@
       wfsHelper.addLike('name', this.form.keyword)
       // const _this = this
       const res = await AjaxUtils.GetDataAsynByUrl(wfsHelper.getUrl(), {})
+      console.log(res)
       if (res instanceof Object && Object.prototype.hasOwnProperty.call(res, 'features')) {
         this.list = res.features
       }
     },
     handleLocation (val) {
+      console.log(val)
       const bound = this.L.geoJSON([val], {}).getBounds()
       // var layer = window.layerFactory.flyByLayerId(val.id, bound)
       window.map.flyToBounds(bound)

--
Gitblit v1.8.0