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