hanbaoshan
2021-02-22 b02c0629be20e8d46f55646d6663b80cb78e205e
src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue
@@ -242,7 +242,8 @@
          element.marks = _this.mergeMarks(element)
          console.log(element.marks)
        });
        _this.curVideo = res.data[0];
        _this.curVideo = res.data.find(item=>item.ID == video.ID);
        //_this.curVideo = res.data[0];
        _this.videoArrs = res.data;
        _this.relativeVideos = res.data;
        this.$nextTick(() => {
@@ -366,7 +367,6 @@
          _this.curVideo.LableLst = rsp.data;
          this.$message.success("删除成功")
          // 标注
          debugger
          _this.setMarks(_this.curVideo)
        } else {
          this.$message.warning(rsp.msg)