zhangzengfei
2021-04-16 8098e7f023320b5bd9482bace3bf4f19d807765e
src/Pool/VideoPhotoData.ts
@@ -202,7 +202,8 @@
      picUrl: this.picUrl,
      databases: this.compareTabs,
      compareNum: this.compareNum,
      threshold: this.threshold
      threshold: this.threshold,
      isAll: this.searchFrom == "cluster" ? true : false
    }
    const rsp: any = await findPerson(param);
    if (rsp && rsp.success) {