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