tianheng-ui 0.0.101 → 0.0.102

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tianheng-ui",
3
3
  "description": "A Vue.js project",
4
- "version": "0.0.101",
4
+ "version": "0.0.102",
5
5
  "author": "shu lang <403732931@qq.com>",
6
6
  "license": "MIT",
7
7
  "private": false,
@@ -354,7 +354,7 @@ export default {
354
354
  let data = [];
355
355
  if (this.tableConfig.pageInfo.show) {
356
356
  data = res.records;
357
- this.tableConfig.pageInfo.options.total = Number(res.data.total);
357
+ this.tableConfig.pageInfo.options.total = Number(res.total);
358
358
  } else {
359
359
  data = res;
360
360
  }