From c72156587ad51a022b2e3fced4701c8c9785302f Mon Sep 17 00:00:00 2001 From: mark <mark18340872469@163.com> Date: 星期日, 09 十月 2022 16:31:30 +0800 Subject: [PATCH] 请求拦截器 小改 --- src/views/search/Searching.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/search/Searching.vue b/src/views/search/Searching.vue index 048c982..07f201e 100644 --- a/src/views/search/Searching.vue +++ b/src/views/search/Searching.vue @@ -12,7 +12,7 @@ </div> <div class="searching-right-content"> <div class="top"> - <el-tooltip content="浠ュ浘鎼滃浘" placement="bottom" popper-class="atooltip"> + <!-- <el-tooltip content="浠ュ浘鎼滃浘" placement="bottom" popper-class="atooltip"> <el-button @click="showUpload" type="primary" @@ -25,7 +25,7 @@ : 'margin-right: 20px;background-color:#cccccc;border-color:#cccccc' " ></el-button> - </el-tooltip> + </el-tooltip> --> <!-- <p class="p-label" style="width: 16%"> <b>鏍囩锛�</b> <el-select @@ -840,6 +840,7 @@ this.tagValues = [] this.taskValues = [] this.alarmValues = [] + this.warningFlag = 0 this.VideoPhotoData.queryTabs = [] this.VideoPhotoData.queryTasks = [] this.VideoPhotoData.queryAlarmlevel = [] -- Gitblit v1.8.0