mirror of
https://github.com/kuaifan/dootask.git
synced 2026-02-01 10:28:13 +00:00
fix: 标注取值bug修复
This commit is contained in:
parent
79feaaf801
commit
0ceb2de79d
@ -349,7 +349,6 @@ export default {
|
|||||||
lists.push(dialog);
|
lists.push(dialog);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
this.searchTagDialog()
|
|
||||||
return lists;
|
return lists;
|
||||||
}
|
}
|
||||||
const list = this.cacheDialogs.filter(dialog => {
|
const list = this.cacheDialogs.filter(dialog => {
|
||||||
@ -565,6 +564,9 @@ export default {
|
|||||||
|
|
||||||
dialogActive(){
|
dialogActive(){
|
||||||
this.dialogSearchList = [];
|
this.dialogSearchList = [];
|
||||||
|
if(this.dialogActive == 'mark' && !this.dialogSearchKey){
|
||||||
|
this.searchTagDialog()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user