fix: 项目面板任务不显示的情况

This commit is contained in:
kuaifan 2024-12-16 21:15:30 +08:00
parent 8eb0a49ee6
commit 23188777fe

View File

@ -1008,6 +1008,9 @@ export default {
}, },
immediate: true, immediate: true,
}, },
'columnList.length'() {
this.handleColumnDebounce();
},
'allTask.length'() { 'allTask.length'() {
this.handleColumnDebounce(); this.handleColumnDebounce();
}, },