fix: 点击排序导致任务不显示的情况

This commit is contained in:
kuaifan 2025-03-03 12:51:33 +08:00
parent 145bfdb0e9
commit cb3b22a4bf

View File

@ -1310,6 +1310,7 @@ export default {
onSort(field) {
this.sortField = field;
this.sortType = this.sortType == 'desc' ? 'asc' : 'desc';
this.handleColumnDebounce();
},
onSetting() {