element-ui-root 2.7.2 → 2.7.4

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.
@@ -134620,7 +134620,6 @@ const Aempty = a => Promise.resolve(/* AMD require */).then(function() { var __W
134620
134620
 
134621
134621
  created() {
134622
134622
  this.create();
134623
- this.$nextTick(() => this.search());
134624
134623
  },
134625
134624
 
134626
134625
  mounted() {
@@ -134959,7 +134958,7 @@ const Aempty = a => Promise.resolve(/* AMD require */).then(function() { var __W
134959
134958
  }
134960
134959
  })])]), !this.tree && this.page && condition && h(Apages, {
134961
134960
  "attrs": {
134962
- "total": size,
134961
+ "total": parseInt(size),
134963
134962
  "page": pageParams.page,
134964
134963
  "size": pageParams.size
134965
134964
  },
package/dist/index.umd.js CHANGED
@@ -134629,7 +134629,6 @@ const Aempty = a => Promise.resolve(/* AMD require */).then(function() { var __W
134629
134629
 
134630
134630
  created() {
134631
134631
  this.create();
134632
- this.$nextTick(() => this.search());
134633
134632
  },
134634
134633
 
134635
134634
  mounted() {
@@ -134968,7 +134967,7 @@ const Aempty = a => Promise.resolve(/* AMD require */).then(function() { var __W
134968
134967
  }
134969
134968
  })])]), !this.tree && this.page && condition && h(Apages, {
134970
134969
  "attrs": {
134971
- "total": size,
134970
+ "total": parseInt(size),
134972
134971
  "page": pageParams.page,
134973
134972
  "size": pageParams.size
134974
134973
  },