| | |
| | | this.TreeDataPool.readonly = true; |
| | | this.TreeDataPool.gbReadonly = true; |
| | | this.TreeDataPool.multiple = true; |
| | | this.TreeDataPool.searchFrom = 'cluster'; |
| | | this.TreeDataPool.clean(); |
| | | |
| | | this.TreeDataPool.fetchTreeData(); |
| | | }, |
| | | mounted() { |
| | |
| | | this.searchTime = this.getDateInit(); |
| | | this.VideoPhotoData.searchTime = this.getDateInit(); |
| | | //设置搜索来源(应用名称) |
| | | this.VideoPhotoData.searchForm = 'cluster'; |
| | | this.VideoPhotoData.searchFrom = 'cluster'; |
| | | //this.TreeDataPool.searchFrom = 'cluster'; |
| | | // 暂时关闭跳转 20200730 |
| | | // if (this.$route.query.showType === "findByPic") { |
| | | if (this.getUrlKey("showType")) { |