heyujie
2021-07-02 b1cd4c4ed52dd7887fa842fac257284e444cd0f2
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,