派生自 wuyushui/SewerAndRainNetwork

陈泽平
2021-05-25 bf15df95bac65148aec141fdaec4abada27fa43a
src/components/panel/topicSearch/sewers-select/analysis-choose/Flow.vue
@@ -1,8 +1,9 @@
<template>
    <div class="connectivity">
        <el-button type="primary" @click="selectPipeLine" size="mini" highlight-current-row
                   title="地图上点击要显示流向的管段">选择管段
        </el-button>
                   title="地图上点击要显示流向的管段">选择管段</el-button>
        <el-button type="primary" @click="clearFlow" size="mini" highlight-current-row
                   title="地图上点击要显示流向的管段">清除</el-button>
        <el-table max-height="200" class="tableBox" highlight-current-row :data="tableDataLiuxiang" size="mini">
            <el-table-column :show-overflow-tooltip="true" prop="pipecode" label="管段类型"></el-table-column>
            <el-table-column :show-overflow-tooltip="true" sortable width="100" prop="pipecode"
@@ -73,6 +74,9 @@
      this.tableDataLinkResult = []
      this.lxTableDataResult = []
    },
    clearFlow () {
      this.handleClick()
    },
    linkClear () {
      if (this.currentSelectStartLine != null) {
        this.currentSelectStartLine.remove()