派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-05-20 8e182aa12fcba7ed25c2d65a6f5e1ae0b2160ab1
src/components/panel/topicSearch/SewersSearch.vue
@@ -137,10 +137,10 @@
      console.log(tab, event)
      if (tab.label === '分析') {
        // 关闭弹窗
        window.layerFactory.clickSwitch = false
        window.mapManager.clickDialogSwitch = false
      } else {
        // 打开弹窗
        window.layerFactory.clickSwitch = true
        window.mapManager.clickDialogSwitch = true
      }
    },
    // 根据返回数据 确认展示图片
@@ -178,9 +178,12 @@
      if (this.form.keyword) {
        this.wfsHelper.addLike('name', this.form.keyword)
      }
      const filter = this.form.dataType.filter
      if (filter) {
        this.wfsHelper.setFilter(filter)
      }
      // const _this = this
      const res = await AjaxUtils.GetDataAsynByUrl(this.wfsHelper.getUrl(), {})
      console.log(res)
      if (res instanceof Object && Object.prototype.hasOwnProperty.call(res, 'features')) {
        this.total = res.totalFeatures
        this.list = res.features