fix: table sorter not work #3327
parent
8ba75419b6
commit
c74c621e7f
|
@ -1 +1 @@
|
|||
Subproject commit 5a80ab4acdc2142534211d2cfbc1a541dabe3943
|
||||
Subproject commit 9af74120cd33f0ba69510e2cd00cbc00ef17f5c1
|
|
@ -214,6 +214,7 @@ export default {
|
|||
this.setState({ sFilters: newFilters });
|
||||
}
|
||||
}
|
||||
this.$forceUpdate();
|
||||
},
|
||||
components: {
|
||||
handler(val, oldVal) {
|
||||
|
|
Loading…
Reference in New Issue