From 77ea6f71e7532e89b974bcb65ce5a6b67a680ddb Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期四, 25 二月 2021 17:35:12 +0800 Subject: [PATCH] 朔黄标注编辑后检索数据同步更新;头部模拟用户名头像 --- src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue b/src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue index a6c5375..bdf1c20 100644 --- a/src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue +++ b/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 + "", -- Gitblit v1.8.0