fix(project): 修复列表新增任务显示空白行

This commit is contained in:
kuaifan 2026-09-04 08:28:09 +00:00
parent f43977f07e
commit 10474f481c

View File

@ -1197,6 +1197,9 @@ export default {
'parentTask.length'() {
this.handleColumnDebounce();
},
'projectData.task_num'() {
this.handleColumnDebounce();
},
searchText() {
this.handleColumnDebounce(true);
},