From 74ef29b9618146d4f4e323080f8edea1772738ce Mon Sep 17 00:00:00 2001
From: 徐旺旺 <11530253@qq.com>
Date: 星期四, 15 四月 2021 18:38:10 +0800
Subject: [PATCH] 管网搜索

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

diff --git a/src/components/panel/topicSearch/SewersSearch.vue b/src/components/panel/topicSearch/SewersSearch.vue
index 04ef126..444dcdc 100644
--- a/src/components/panel/topicSearch/SewersSearch.vue
+++ b/src/components/panel/topicSearch/SewersSearch.vue
@@ -36,7 +36,7 @@
         </div>
         <el-scrollbar style="height:380.44px;">
           <div class="environmental-risk-list" v-for="(item,index) in list" :key="index">
-            <img class="state" :src="getImgSrc()" />
+            <img class="state" :src="getImgSrc()" style="background: none"/>
             <div>
               <h3 @click="handleLocation(item)">{{ item.properties.pipename }}</h3>
               <p>鎵�灞炰紒涓氾細<span>{{ item.properties.orgcode }}</span>
@@ -127,7 +127,7 @@
     async handleSearch () {
       var wfsHelper = new WfsHelper()
       // todo 鐜板湪绠$綉杩樻病鍖哄垎寮�绫诲瀷锛屽悗闈㈡敼
-      wfsHelper.addTypeName(this.form.dataType.name)
+      wfsHelper.addTypeName(this.form.dataType.sname)
       wfsHelper.addLike('name', this.form.keyword)
       // const _this = this
       const res = await AjaxUtils.GetDataAsynByUrl(wfsHelper.getUrl(), {})

--
Gitblit v1.8.0