mooho-base-admin-plus 2.5.33 → 2.5.34
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
|
@@ -37265,8 +37265,8 @@ const modalFormSort = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_
|
|
|
37265
37265
|
// forceUpdate() {
|
|
37266
37266
|
// //this.$refs.form.$forceUpdate();
|
|
37267
37267
|
// },
|
|
37268
|
-
onChange(r, a, o, s) {
|
|
37269
|
-
this.$emit("on-change", r, a, o, s);
|
|
37268
|
+
onChange(r, a, o, s, l, u, c) {
|
|
37269
|
+
this.$emit("on-change", r, a, o, s, l, u, c);
|
|
37270
37270
|
},
|
|
37271
37271
|
/**
|
|
37272
37272
|
* 设置表格字段内容
|