y-admin-ui 0.5.7 → 0.5.8
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/lib/y-admin-ui.js +1 -1
- package/lib/y-admin-ui.js.gz +0 -0
- package/lib/y-admin-ui.umd.cjs +1 -1
- package/package.json +1 -1
package/lib/y-admin-ui.js
CHANGED
@@ -25562,7 +25562,7 @@ const $f = {
|
|
25562
25562
|
nl(
|
25563
25563
|
() => n.datasource,
|
25564
25564
|
() => {
|
25565
|
-
if (o.isServer = !Array.isArray(n.datasource), !o.isServer) {
|
25565
|
+
if (console.log(n.datasource, "props.datasource"), o.isServer = !Array.isArray(n.datasource), !o.isServer) {
|
25566
25566
|
if (o.total = n.datasource.length, n.needPage) {
|
25567
25567
|
const M = Math.ceil(o.total / o.limit);
|
25568
25568
|
M && o.page > M && (o.page = M);
|
package/lib/y-admin-ui.js.gz
CHANGED
Binary file
|