src/Pool/VideoPhotoData.ts
@@ -8,7 +8,7 @@ addToBase } from "@/api/search"; export default class VideoPhotoData { public searchForm: string = 'search'; public searchFrom: string = 'search'; public preCards: Array<object> = []; public cards: Array<object> = []; public persons: Array<object> = []; @@ -84,7 +84,7 @@ tasks: this.queryTasks, treeNodes: this.treeNodes } if(this.searchForm == 'cluster'){ if(this.searchFrom == 'cluster'){ param.isAll = true } const rsp: any = await getSearchList(param);