@kaiyinchem/ky-uniui 1.1.7 → 1.1.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/components/ky-fetch.vue +4 -4
- package/package.json +1 -1
package/components/ky-fetch.vue
CHANGED
|
@@ -197,10 +197,10 @@
|
|
|
197
197
|
delete params.size
|
|
198
198
|
}
|
|
199
199
|
|
|
200
|
-
if (this.noLoadmore) {
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
}
|
|
200
|
+
// if (this.noLoadmore) {
|
|
201
|
+
// delete params.page
|
|
202
|
+
// delete params.size
|
|
203
|
+
// }
|
|
204
204
|
|
|
205
205
|
try {
|
|
206
206
|
const apiUrl = this.api.split('.')
|