heyujie
2021-06-23 41d4f207aa2a34908ee82b33b5f05c3b82be969d
解决删除label全部消失的问题
1个文件已修改
5 ■■■■■ 已修改文件
src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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) {