From 2580545be3ba0b7070d1497c2711de7d435ed02b Mon Sep 17 00:00:00 2001 From: yangdelong <828900aaa> Date: 星期四, 27 五月 2021 09:28:14 +0800 Subject: [PATCH] 企业应急-事件处置 --- src/components/panel/topicSearch/sewers-select/analysis-choose/Flow.vue | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/panel/topicSearch/sewers-select/analysis-choose/Flow.vue b/src/components/panel/topicSearch/sewers-select/analysis-choose/Flow.vue index fb55bd6..5869400 100644 --- a/src/components/panel/topicSearch/sewers-select/analysis-choose/Flow.vue +++ b/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() -- Gitblit v1.8.0