heyujie
2021-06-25 81fd2fff7dba4af2749ce5288a7afde8e5cdb538
解决筛选条件项多次重复问题
1个文件已修改
4 ■■■■ 已修改文件
src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;