ZZJ
2022-01-10 5d40d4fa593876084ea6465bc9dacd29b962fa75
朔黄
1个文件已修改
6 ■■■■ 已修改文件
src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue
@@ -633,7 +633,7 @@
        StartDate: this.searchTime[0],
        EndDate: this.searchTime[1],
        PageIndex:
          this.showType == "list" ? this.curTablePage : this.showType == "list",
          this.showType == "list" ? this.curTablePage : this.curTabPage,
        PageSize:
          this.showType == "list" ? this.tablePageSize : this.tabPageSize,
        IsDetail: this.showType == "list",
@@ -721,10 +721,10 @@
          item.Event.indexOf("信号机") == -1 &&
          item.Event.indexOf("过分相") == -1
        ) {
          text= item.Event
          text = item.Event;
        }
      });
      return text||"未手比"
      return text || "未手比";
    },
    hasError(data) {
      let status = true;