mooho-base-admin-plus 2.10.24 → 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
|
@@ -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
|
}
|