mooho-base-admin-plus 2.10.33 → 2.10.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
|
@@ -41714,7 +41714,7 @@ const tableSetting = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_r
|
|
|
41714
41714
|
*/
|
|
41715
41715
|
reset() {
|
|
41716
41716
|
this.columns.forEach((a) => {
|
|
41717
|
-
a.controlType == "Table" && this.$refs["table_" + a.code][0].loadData([]);
|
|
41717
|
+
(a.controlType == "Table" || a.controlType == "ExcelTable") && this.$refs["table_" + a.code][0].loadData([]);
|
|
41718
41718
|
}), this.data = {}, this.clearValidate();
|
|
41719
41719
|
},
|
|
41720
41720
|
/**
|
|
@@ -42316,7 +42316,7 @@ function _sfc_render$p(a, r, o, s, l, c) {
|
|
|
42316
42316
|
"auto-load": !1
|
|
42317
42317
|
}, null, 8, ["view-code"])
|
|
42318
42318
|
])) : createCommentVNode("", !0),
|
|
42319
|
-
W.controlType !== "Placeholder" && W.controlType !== "Title" && W.controlType !== "Table" && W.controlType !== "List" ? (openBlock(), createBlock(q, {
|
|
42319
|
+
W.controlType !== "Placeholder" && W.controlType !== "Title" && W.controlType !== "Table" && W.controlType !== "ExcelTable" && W.controlType !== "List" ? (openBlock(), createBlock(q, {
|
|
42320
42320
|
label: c.getNameI18n(W),
|
|
42321
42321
|
prop: W.code,
|
|
42322
42322
|
key: W.code,
|