fix: table sorter not work #3327

pull/3349/head
tanjinzhou 2020-12-09 17:32:38 +08:00
parent 8ba75419b6
commit c74c621e7f
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit 5a80ab4acdc2142534211d2cfbc1a541dabe3943
Subproject commit 9af74120cd33f0ba69510e2cd00cbc00ef17f5c1

View File

@ -214,6 +214,7 @@ export default {
this.setState({ sFilters: newFilters });
}
}
this.$forceUpdate();
},
components: {
handler(val, oldVal) {