hanbaoshan
2020-08-15 ddb0df2153bc75e54c3f7c1049be663d4d2dba96
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";