mirror of
https://github.com/kuaifan/dootask.git
synced 2026-09-13 07:28:41 +00:00
fix(project): 修复列表新增任务显示空白行
This commit is contained in:
parent
f43977f07e
commit
10474f481c
@ -1197,6 +1197,9 @@ export default {
|
|||||||
'parentTask.length'() {
|
'parentTask.length'() {
|
||||||
this.handleColumnDebounce();
|
this.handleColumnDebounce();
|
||||||
},
|
},
|
||||||
|
'projectData.task_num'() {
|
||||||
|
this.handleColumnDebounce();
|
||||||
|
},
|
||||||
searchText() {
|
searchText() {
|
||||||
this.handleColumnDebounce(true);
|
this.handleColumnDebounce(true);
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user