fix: 标注取值bug修复

This commit is contained in:
weifashi 2023-11-29 18:03:53 +08:00
parent 79feaaf801
commit 0ceb2de79d

View File

@ -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()
}
}
},