hanbaoshan
2020-12-03 19c4815aeb69fc06f6f33e5b013e5c459101d1f0
去除双横向滚动条显示,统计查询左侧目录树切换触发全部数据查询
2个文件已修改
17 ■■■■ 已修改文件
src/pages/cameraAccess/index/App.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/search/index/Searching.vue 15 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/cameraAccess/index/App.vue
@@ -61,7 +61,7 @@
<style lang="scss" scoped>
.column {
  overflow: hidden;
  min-width: 1399px;
  //min-width: 1399px;
  //min-width: 1920px;
  height: 100%;
}
src/pages/search/index/Searching.vue
@@ -343,6 +343,13 @@
    this.VideoPhotoData.selectWhites = [];
  },
  watch: {
    'TreeDataPool.treeActiveName' (n, o) {
      if (n && n == 'camera') {
        console.log('mounted 查询es')
        this.VideoPhotoData.treeNodes = [];
        this.setLoadSearch(this.VideoPhotoData.querySearchList());
      }
    },
    "TreeDataPool.showTreeBox" (value) {
      this.getHeight();
      if (this.VideoPhotoData.realSmallPath.length > 0) {
@@ -367,10 +374,10 @@
          if (this.VideoPhotoData.uploadType) {
            this.VideoPhotoData.findPersonByPage()
          } else {
              console.log('TreeDataPool.selectedNodes 查询es')
              this.setLoadSearch(this.VideoPhotoData.querySearchList());
            console.log('TreeDataPool.selectedNodes 查询es')
            this.setLoadSearch(this.VideoPhotoData.querySearchList());
          }
        }
      },