hanbaoshan
2020-10-17 d451e7b7570a523bf0f397fa376be8d929f2492b
src/Pool/VideoPhotoData.ts
@@ -49,8 +49,8 @@
  constructor() {
    this.cards = [];
    this.size = 40;
    this.pageSizeOption = [30, 40, 50]
    this.size = 60;
    this.pageSizeOption = [30, 60, 120]
    this.alarmlevel = [];
    this.inputValue = "";
    this.searchTime = [];
@@ -63,8 +63,8 @@
  clearStatus() {
    //this.cards = [];
    this.page = 1;
    this.size = 40;
    this.pageSizeOption = [30, 40, 50]
    this.size = 60;
    this.pageSizeOption = [30, 60, 120]
    this.alarmlevel = [];
    this.inputValue = "";
    this.showType = "search";
@@ -81,7 +81,8 @@
      inputValue: this.inputValue,
      tabs: this.queryTabs,
      tasks: this.queryTasks,
      treeNodes: this.treeNodes
      treeNodes: this.treeNodes,
      isAll: true
    }
    const rsp: any = await getSearchList(param);