From 5d40d4fa593876084ea6465bc9dacd29b962fa75 Mon Sep 17 00:00:00 2001
From: ZZJ <zzjdsg2300@163.com>
Date: 星期一, 10 一月 2022 18:10:31 +0800
Subject: [PATCH] 朔黄

---
 src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue b/src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue
index dc61077..0449fbb 100644
--- a/src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue
+++ b/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;

--
Gitblit v1.8.0