@kaiyinchem/ky-uniui 1.1.9 → 1.1.10

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.
@@ -248,10 +248,8 @@
248
248
  this.loadError = false
249
249
  this.$emit('load', this.list)
250
250
 
251
- if (page === 1 && data) {
252
- const obj = { ...data }
253
- delete obj.lists
254
- this.$emit('all', obj)
251
+ if (page === 1) {
252
+ this.$emit('all', res)
255
253
  }
256
254
 
257
255
  } catch(e) {
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "locale"
10
10
  ],
11
11
  "description": "an uniapp ui",
12
- "version": "1.1.9",
12
+ "version": "1.1.10",
13
13
  "repository": {
14
14
  "type": "git",
15
15
  "url": "git+https://github.com/yezipi/ky-uniui.git"