@ebiz/designer-components 0.1.121 → 0.1.122

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -59200,7 +59200,7 @@ const ZU = /* @__PURE__ */ ht(n8e, [["render", r8e], ["__scopeId", "data-v-d22af
59200
59200
  get: () => n.modelValue,
59201
59201
  set: (d) => r("update:modelValue", d)
59202
59202
  }), u = (d, f) => {
59203
- console.log(d, f.node.data), r("change", d, f);
59203
+ r("change", d, f);
59204
59204
  }, s = (d, f = null) => d.filter((v) => v.manager_dept === f).map((v) => {
59205
59205
  const h = s(d, v.id);
59206
59206
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ebiz/designer-components",
3
- "version": "0.1.121",
3
+ "version": "0.1.122",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -86,7 +86,6 @@ const selectedValue = computed({
86
86
 
87
87
  // 处理变更事件
88
88
  const handleChange = (value, context) => {
89
- console.log(value, context.node.data);
90
89
  emit('change', value, context);
91
90
  };
92
91