From 0431bfbd2e062a4fbf0188a52d9a07f1c0d424e5 Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期一, 05 七月 2021 21:36:26 +0800
Subject: [PATCH] 应用中心和系统设置的修改
---
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