去除双横向滚动条显示,统计查询左侧目录树切换触发全部数据查询
| | |
| | | <style lang="scss" scoped> |
| | | .column { |
| | | overflow: hidden; |
| | | min-width: 1399px; |
| | | //min-width: 1399px; |
| | | //min-width: 1920px; |
| | | height: 100%; |
| | | } |
| | |
| | | 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) { |