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 + '\'') }