派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-05-14 2c7b4e1ab35be5f3cd7ef4eb2cb87d8269417fea
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 + '\'')
      }