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)