From 6e72dab53f951c8080495a792dc36c8f7382ad17 Mon Sep 17 00:00:00 2001 From: 徐旺旺 <11530253@qq.com> Date: 星期五, 16 四月 2021 16:57:38 +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