hanbaoshan
2021-02-25 77ea6f71e7532e89b974bcb65ce5a6b67a680ddb
src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue
@@ -383,6 +383,7 @@
          this.$message.success("添加成功");
          // 标注
          _this.setMarks(this.curVideo);
          _this.$parent.$parent.filterSearchData();
        } else {
          this.$message.warning(rsp.msg);
        }
@@ -409,13 +410,13 @@
          this.$message.success("删除成功");
          // 标注
          _this.setMarks(_this.curVideo);
          _this.$parent.$parent.filterSearchData();
        } else {
          this.$message.warning(rsp.msg);
        }
      });
    },
    mergeMarks(videoInfo) {
      // debugger
      const eMarks = videoInfo.EventLst.map(function (item) {
        return {
          offset: item.SecondsInVideo + "",