From 1af0c937466d8f8df26aaddd72dbd702dd0f3033 Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期二, 19 一月 2021 15:59:52 +0800 Subject: [PATCH] 轨迹图查询方法更新,朔黄添加首页 --- src/pages/panoramicView/components/TracePlot.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/panoramicView/components/TracePlot.vue b/src/pages/panoramicView/components/TracePlot.vue index 966368a..bf9d33e 100644 --- a/src/pages/panoramicView/components/TracePlot.vue +++ b/src/pages/panoramicView/components/TracePlot.vue @@ -12,7 +12,7 @@ value-format="yyyy-MM-dd HH:mm:ss" :default-time="['00:00:00','23:59:59']" ></el-date-picker> - <el-button @click="searchData" size="small" type="primary" class="btn-search">鏌� 璇�</el-button> + <el-button @click="checkTime" size="small" type="primary" class="btn-search">鏌� 璇�</el-button> </div> <div class="check-target" :style="{height:fixedH+'px'}"> <div class="controller"> @@ -118,7 +118,6 @@ }, methods: { checkTime () { - debugger if (!this.searchTime) { this.$notify({ type: 'warning', @@ -148,6 +147,7 @@ treeNodes: [], isAll: false }; + clearInterval(this.timer); getSearchList(param).then(res => { _this.actObjs = []; if (!res.data.datalist) { -- Gitblit v1.8.0