fix: 修复调整任务排序后出现空白的情况
This commit is contained in:
@@ -1176,6 +1176,8 @@ export default {
|
||||
$A.modalError(msg);
|
||||
this.sortDisabled = false;
|
||||
this.$store.dispatch("getTaskForProject", this.projectId).catch(() => {})
|
||||
}).finally(_ => {
|
||||
this.handleColumnDebounce();
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user