From 9bdcb80343a2ead489c48e54014846ed23fa366b Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@iotlink.com> Date: 星期三, 23 六月 2021 11:44:28 +0800 Subject: [PATCH] README --- 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