From 41d4f207aa2a34908ee82b33b5f05c3b82be969d Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期三, 23 六月 2021 11:41:17 +0800 Subject: [PATCH] 解决删除label全部消失的问题 --- src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue b/src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue index b6f942d..70c1652 100644 --- a/src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue +++ b/src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue @@ -740,11 +740,10 @@ }, removeCurLabel(mark) { let _this = this; + debugger let obj = { ID: mark.ID, - // ParentUniqID: mark.ParentUniqID, - // Time: mark.Time, - // ParentID: mark.ParentID + VideoIds: mark.VideoIds }; delLabel(obj).then((rsp) => { if (rsp && rsp.success) { -- Gitblit v1.8.0