mooho-base-admin-plus 2.10.23 → 2.10.25

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/history.md CHANGED
@@ -194,3 +194,5 @@ mooho-base-admin-plus@2.10.20 - 修复上一版本bug
194
194
  mooho-base-admin-plus@2.10.21 - 请求头增加后端请求主机地址,避免因反向代理引发无法获取真实地址的问题
195
195
  mooho-base-admin-plus@2.10.22 - 修复上一版本的bug
196
196
  mooho-base-admin-plus@2.10.23 - 修复上一版本的bug
197
+ mooho-base-admin-plus@2.10.24 - 修复onBlur事件参数错误
198
+ mooho-base-admin-plus@2.10.25 - 修复默认值的bug
@@ -33480,7 +33480,7 @@ const columnEdit = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["render", _sfc_ren
33480
33480
  (s.controlType == "Check" || s.controlType == "Switch") && s.dataType === "Boolean" ? a(o, s, !1) : a(o, s, null);
33481
33481
  }), this.defaultData)
33482
33482
  for (let s in this.defaultData)
33483
- a(o, s, this.defaultData[s]);
33483
+ a(o, { code: s }, this.defaultData[s]);
33484
33484
  return o;
33485
33485
  }
33486
33486
  }
@@ -42053,8 +42053,8 @@ const tableSetting = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["render", _sfc_r
42053
42053
  }
42054
42054
  },
42055
42055
  // 输入框失去焦点事件
42056
- onBlur(a, r) {
42057
- this.$emit("on-blur", r);
42056
+ onBlur(a) {
42057
+ this.$emit("on-blur", a);
42058
42058
  },
42059
42059
  // 获取数据类型
42060
42060
  getDataType(a) {