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