@lowcoder66/easy-admin
Advanced tools
Comparing version 1.0.11 to 1.0.12
{ | ||
"name": "@lowcoder66/easy-admin", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "Admin framework for Vue.js", | ||
@@ -53,3 +53,3 @@ "main": "dist/admin.common.js", | ||
}, | ||
"gitHead": "1903609668672893ecbe056ee442cf9e557bede7" | ||
"gitHead": "dbcd98d8c4e78edc468d6d4a839e108e29ebaee1" | ||
} |
@@ -93,4 +93,4 @@ import { | ||
let { data } = await httpClient.get(`${resource}?${qs.stringify(query, { arrayFormat: "repeat" })}`) | ||
let response = await httpClient.get(`${resource}?${qs.stringify(query, { arrayFormat: "repeat" })}`) | ||
let { data } = response | ||
// spring page response, {content: []} | ||
@@ -112,2 +112,3 @@ if ( | ||
page: pageNumber, | ||
rawResponse: response, | ||
} | ||
@@ -114,0 +115,0 @@ } else if (data instanceof Array) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1106806
12560