zhangzengfei
2023-06-30 db5872786c1e1697a59af41386136ee002bb68ad
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
@@ -161,7 +161,7 @@
              class="export-excel-wrapper"
              :data="VideoPhotoData.cards"
              :fields="json_fields"
              :name="'视频分析报警统计' + searchTimeFormated + '.xls'"
              :name="'视频分析报警统计' + searchTimeFormated + '.xlsx'"
            >
              <!-- 上面可以自定义自己的样式,还可以引用其他组件button -->
              <!-- <el-button type="primary" size="small">导出EXCEL</el-button> -->
@@ -777,7 +777,6 @@
      } else {
        this.setLoadSearch(this.VideoPhotoData.findPersonByPage())
      }
      console.log("cards", this.VideoPhotoData.cards)
    },
    stringToNum() {
      var arr = []
@@ -841,6 +840,7 @@
      this.tagValues = []
      this.taskValues = []
      this.alarmValues = []
      this.warningFlag = 0
      this.VideoPhotoData.queryTabs = []
      this.VideoPhotoData.queryTasks = []
      this.VideoPhotoData.queryAlarmlevel = []