@vipl520/dk-ui 1.0.29 → 1.0.30

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.js CHANGED
@@ -21233,7 +21233,7 @@
21233
21233
  // DIY 类型 分别为:web(网页)、min(小程序)
21234
21234
  type: {
21235
21235
  type: String,
21236
- default: "min"
21236
+ default: "web"
21237
21237
  },
21238
21238
  menu: {
21239
21239
  type: Object,
@@ -24901,6 +24901,7 @@
24901
24901
  },
24902
24902
  // 更新事件
24903
24903
  onUpdateEvent() {
24904
+ console.log('children', this.children);
24904
24905
  for (let i = 0; i < this.children.length; i++) {
24905
24906
  if (this.children[i].children.length > 0) {
24906
24907
  // 当前节点
@@ -24930,6 +24931,7 @@
24930
24931
  },
24931
24932
  // 寻找事件
24932
24933
  findDkEventCreateInput(data, propsData) {
24934
+ console.log('findDkEventCreateInput', data);
24933
24935
  const result = [];
24934
24936
  data.forEach((element) => {
24935
24937
  if (element.children) {