| | |
| | | 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) { |
| | |
| | | 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()); |
| | | |
| | | } |
| | | } |
| | | }, |