mooho-base-admin-plus 2.5.17 → 2.5.18
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
|
@@ -40598,7 +40598,7 @@ const _sfc_main$n = {
|
|
|
40598
40598
|
});
|
|
40599
40599
|
o++;
|
|
40600
40600
|
}
|
|
40601
|
-
this.current > Math.ceil(this.total / this.size) && (this.current = Math.ceil(this.total / this.size)), this.checkCrossPage || this.tableView.checkCrossPage ? this.data.forEach((o) => {
|
|
40601
|
+
this.current > Math.ceil(this.total / this.size) && this.total != 0 && (this.current = Math.ceil(this.total / this.size)), this.checkCrossPage || this.tableView.checkCrossPage ? this.data.forEach((o) => {
|
|
40602
40602
|
o._checked = this.selectedData.some((s) => o.id === s.id);
|
|
40603
40603
|
}) : this.selectedData = [];
|
|
40604
40604
|
}
|
|
@@ -42019,7 +42019,7 @@ function _sfc_render$n(r, a, o, s, l, u) {
|
|
|
42019
42019
|
], 2)
|
|
42020
42020
|
], 2);
|
|
42021
42021
|
}
|
|
42022
|
-
const viewTable = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$n], ["__scopeId", "data-v-
|
|
42022
|
+
const viewTable = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$n], ["__scopeId", "data-v-957f6e5b"]]), __vite_glob_1_32 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
42023
42023
|
__proto__: null,
|
|
42024
42024
|
default: viewTable
|
|
42025
42025
|
}, Symbol.toStringTag, { value: "Module" })), res$1 = "Task", taskApi = {
|