liujiejie 5 月之前
父节点
当前提交
fe6bb568f1
共有 1 个文件被更改,包括 1 次插入5 次删除
  1. 1 5
      src/views/performance/components/custonAsCom/dragChart/components/chartsData.vue

+ 1 - 5
src/views/performance/components/custonAsCom/dragChart/components/chartsData.vue

@@ -126,11 +126,7 @@ export default {
               });
             }
           });
-        // this.updateDataBase(
-        //   this.$refs.tree
-        //     .getCheckedNodes()
-        //     .filter((obj) => obj.children === undefined)
-        // );
+
         this.updateDataBase(newDatas);
       }
     },