fix: 修复调整任务排序后出现空白的情况

This commit is contained in:
kuaifan 2025-04-14 13:22:11 +08:00
parent 923016197a
commit bd157d305e

View File

@ -1176,6 +1176,8 @@ export default {
$A.modalError(msg);
this.sortDisabled = false;
this.$store.dispatch("getTaskForProject", this.projectId).catch(() => {})
}).finally(_ => {
this.handleColumnDebounce();
});
},