Skip to content

Commit

Permalink
Merge pull request #356 from FEMessage/dev
Browse files Browse the repository at this point in the history
release
  • Loading branch information
levy9527 authored Jul 20, 2022
2 parents 4168636 + 452638f commit 0585f49
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,15 @@
"contributions": [
"bug"
]
},
{
"login": "huazaili",
"name": "huazaili",
"avatar_url": "https://avatars.githubusercontent.com/u/13534495?v=4",
"profile": "https://github.com/huazaili",
"contributions": [
"bug"
]
}
],
"contributorsPerLine": 7,
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<tr>
<td align="center"><a href="https://www.jogiter.cn/"><img src="https://avatars0.githubusercontent.com/u/9711036?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jogiter</b></sub></a><br /><a href="https://github.com/FEMessage/el-data-table/commits?author=Jogiter" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/yolofit"><img src="https://avatars.githubusercontent.com/u/20294811?v=4?s=100" width="100px;" alt=""/><br /><sub><b>yolofit</b></sub></a><br /><a href="https://github.com/FEMessage/el-data-table/issues?q=author%3Ayolofit" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/huazaili"><img src="https://avatars.githubusercontent.com/u/13534495?v=4?s=100" width="100px;" alt=""/><br /><sub><b>huazaili</b></sub></a><br /><a href="https://github.com/FEMessage/el-data-table/issues?q=author%3Ahuazaili" title="Bug reports">🐛</a></td>
</tr>
</table>

Expand Down
1 change: 1 addition & 0 deletions src/el-data-table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1056,6 +1056,7 @@ export default {
// 树形结构逻辑
if (this.isTree) {
this.data = this.tree2Array(data, this.expandAll)
this.total = total //树翻页总数
} else {
this.data = data
this.total = total
Expand Down

0 comments on commit 0585f49

Please sign in to comment.