fix: 实体详情左侧筛选条件列表点击事件弹框,点击弹框中的列表内容弹框未关闭错误修复

This commit is contained in:
@changcode
2022-06-14 16:32:03 +08:00
parent 0fb9cadcc9
commit eb28f60ad2
2 changed files with 2 additions and 1 deletions

View File

@@ -136,6 +136,7 @@ export default {
})
},
filter (name, topData) {
this.showTopDialog('', topData)
this.$emit('filter', name, topData)
}
}