| | |
| | | this.TreeDataPool.multiple = true; |
| | | this.TreeDataPool.searchFrom = 'cluster'; |
| | | this.TreeDataPool.clean(); |
| | | |
| | | |
| | | this.TreeDataPool.fetchTreeData(); |
| | | }, |
| | | mounted() { |
| | |
| | | // this.VideoTaskData.tasks[this.VideoTaskData.activeIndex].taskId |
| | | // ]; |
| | | // } |
| | | let start = this.getUrlKey("start") |
| | | let end = this.getUrlKey("end") |
| | | if (start&&end) { |
| | | this.searchTime = [start,end] |
| | | this.VideoPhotoData.searchTime = [start,end] |
| | | }else{ |
| | | let start = this.getUrlKey("start") |
| | | let end = this.getUrlKey("end") |
| | | if (start && end) { |
| | | this.searchTime = [start, end] |
| | | this.VideoPhotoData.searchTime = [start, end] |
| | | } else { |
| | | this.searchTime = this.getDateInit(); |
| | | this.VideoPhotoData.searchTime = this.getDateInit(); |
| | | } |
| | |
| | | } |
| | | }, |
| | | computed: { |
| | | searchTimeFormated(){ |
| | | searchTimeFormated() { |
| | | return this.format(this.searchTime) |
| | | } |
| | | }, |
| | |
| | | }, |
| | | changePages(page) { |
| | | this.VideoPhotoData.page = page; |
| | | this.VideoPhotoData.isAll = true; |
| | | console.log("分页改变!", this.VideoPhotoData.page) |
| | | |
| | | if (!this.VideoPhotoData.uploadType) { |
| | | console.log("分页改变!") |
| | | this.VideoPhotoData.uploadDiaplay = false; |
| | | // this.VideoPhotoData.querySearchList(); |
| | | this.setLoadSearch(this.VideoPhotoData.querySearchList()); |