@vipl520/dk-ui 1.0.30 → 1.0.31

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.js CHANGED
@@ -24901,7 +24901,6 @@
24901
24901
  },
24902
24902
  // 更新事件
24903
24903
  onUpdateEvent() {
24904
- console.log('children', this.children);
24905
24904
  for (let i = 0; i < this.children.length; i++) {
24906
24905
  if (this.children[i].children.length > 0) {
24907
24906
  // 当前节点
@@ -24931,7 +24930,6 @@
24931
24930
  },
24932
24931
  // 寻找事件
24933
24932
  findDkEventCreateInput(data, propsData) {
24934
- console.log('findDkEventCreateInput', data);
24935
24933
  const result = [];
24936
24934
  data.forEach((element) => {
24937
24935
  if (element.children) {