public/assets/images/map/sewers/应急物资.png | 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/components/panel/topicSearch/SewersSelect/EnterpriseEmergency/ResourcesQuery.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
public/assets/images/map/sewers/应急物资.png
src/components/panel/topicSearch/SewersSelect/EnterpriseEmergency/ResourcesQuery.vue
@@ -89,6 +89,7 @@ }, methods: { getImgSrc (type) { console.log(type) // const icon = this.form.dataType.icon return 'assets/images/map/sewers/' + type + '.png' }, @@ -119,6 +120,7 @@ // console.log(this.form.dataType) // this.wfsHelper.setTypeName([this.form.dataType.typeName]) this.wfsHelper.setTypeName(['sewer:emergency']) this.wfsHelper.setMaxFeatures(100) if (this.form.dataType) { this.wfsHelper.addEquals('type', '\'' + this.form.dataType.name + '\'') }