From 81fd2fff7dba4af2749ce5288a7afde8e5cdb538 Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期五, 25 六月 2021 18:26:41 +0800
Subject: [PATCH] 解决筛选条件项多次重复问题
---
src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue b/src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue
index 57ee9c1..b683cd5 100644
--- a/src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue
+++ b/src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue
@@ -629,8 +629,8 @@
}
});
Object.assign(query, ...filterQuerys);
- // this.optionalConfigs = [];
- // this.highLevelConfigs = [];
+ this.optionalConfigs = [];
+ this.highLevelConfigs = [];
getlstInit(query).then((res) => {
if (_this.showType == "list") {
_this.tableTotal = res.total;
--
Gitblit v1.8.0