From b1cd4c4ed52dd7887fa842fac257284e444cd0f2 Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期五, 02 七月 2021 14:02:27 +0800
Subject: [PATCH] excel下载bug

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

diff --git a/src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue b/src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue
index 80053ba..0b724e1 100644
--- a/src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue
+++ b/src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue
@@ -575,7 +575,6 @@
         }
       });
       Object.assign(query, ...filterQuerys);
-      debugger;
 
       getlst(query).then((res) => {
         if (_this.showType == "list") {
@@ -616,7 +615,6 @@
         IsFollow: this.IsFollow,
         IsOperate: this.IsOperate,
       };
-      debugger;
       let filterQuerys = [];
       this.checkedConfigs.forEach((config) => {
         let checkedOpts = config.data.filter((option) => option.isChecked);
@@ -699,7 +697,6 @@
     },
     toggleFollow(data) {
       data.IsFollow == "0" ? (data.IsFollow = "1") : (data.IsFollow = "0");
-      debugger
       updateFollow({
         id: data.id,
         IsFollow: data.IsFollow,

--
Gitblit v1.8.0