From 0ad898ff9d0f6718db2b3137665c81c46c50312d Mon Sep 17 00:00:00 2001
From: zhangshuaibao <15731629597@163.com>
Date: 星期三, 14 四月 2021 10:40:22 +0800
Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop

---
 src/components/panel/topicSearch/GasWasteSearch.vue |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/components/panel/topicSearch/GasWasteSearch.vue b/src/components/panel/topicSearch/GasWasteSearch.vue
index 80c2f12..b390331 100644
--- a/src/components/panel/topicSearch/GasWasteSearch.vue
+++ b/src/components/panel/topicSearch/GasWasteSearch.vue
@@ -97,17 +97,15 @@
 </template>
 
 <script>
-import { PipelineTypeOptions } from '@/conf/layers/LayerSewers'
+import mapApi from '@/api/mapApi'
 
-import WfsHelper from '@components/helpers/WfsHelper'
-import AjaxUtils from '@utils/AjaxUtils'
+// import WfsHelper from '@components/helpers/WfsHelper'
 export default {
   name: 'GasWasteSearch',
   data () {
     return {
       gdVisible: true,
       list: [],
-      labelList: PipelineTypeOptions[0].labelList,
       total: 0,
       inareaTypeOptions: [],
       enterpriseTypeOptions: [],
@@ -160,11 +158,13 @@
         dataType: this.form.dataType
       }
       console.log(param)
-      var wfsHelper = new WfsHelper()
-      wfsHelper.addTypeName(this.form.query.layerName)
-      wfsHelper.addLike(this.form.query.key, this.form.keyword)
+      // var wfsHelper = new WfsHelper()
+      // wfsHelper.addTypeName(this.form.query.layerName)
+      // wfsHelper.addLike(this.form.query.key, this.form.keyword)
       // const _this = this
-      const res = await AjaxUtils.GetDataAsynByUrl(wfsHelper.getUrl(), {})
+      // const res = await AjaxUtils.GetDataAsynByUrl(wfsHelper.getUrl(), {})
+      const res = await mapApi.getWasteGas()
+      console.log(res)
       if (res.data instanceof Object && Object.prototype.hasOwnProperty.call(res.data, 'features')) {
         this.list = res.data.features
       }

--
Gitblit v1.8.0