From 6397f40249641c65d6ad35cc3b6e60bcb4104af3 Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期五, 23 十月 2020 17:24:13 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/vue-smart-ai

---
 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