mirror of
https://github.com/kuaifan/dootask.git
synced 2026-02-02 02:48:13 +00:00
fix: 点击排序导致任务不显示的情况
This commit is contained in:
parent
145bfdb0e9
commit
cb3b22a4bf
@ -1310,6 +1310,7 @@ export default {
|
|||||||
onSort(field) {
|
onSort(field) {
|
||||||
this.sortField = field;
|
this.sortField = field;
|
||||||
this.sortType = this.sortType == 'desc' ? 'asc' : 'desc';
|
this.sortType = this.sortType == 'desc' ? 'asc' : 'desc';
|
||||||
|
this.handleColumnDebounce();
|
||||||
},
|
},
|
||||||
|
|
||||||
onSetting() {
|
onSetting() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user