mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-15 21:32:49 +00:00
fix: 修复调整任务排序后出现空白的情况
This commit is contained in:
parent
923016197a
commit
bd157d305e
@ -1176,6 +1176,8 @@ export default {
|
||||
$A.modalError(msg);
|
||||
this.sortDisabled = false;
|
||||
this.$store.dispatch("getTaskForProject", this.projectId).catch(() => {})
|
||||
}).finally(_ => {
|
||||
this.handleColumnDebounce();
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user