From dc14fbf78c19bbe343a79547260ead1e4bd9d24e Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期三, 21 十月 2020 20:18:57 +0800 Subject: [PATCH] 集群管理,统计查询(集群)更新 --- src/Pool/VideoPhotoData.ts | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Pool/VideoPhotoData.ts b/src/Pool/VideoPhotoData.ts index df9742e..cee90c3 100644 --- a/src/Pool/VideoPhotoData.ts +++ b/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); -- Gitblit v1.8.0