[fix 83969] 选择部门组件关闭后打开清除搜索结果

This commit is contained in:
danshihao
2024-04-25 10:41:18 +08:00
parent 62f4f9ed47
commit 550c26ed52
@@ -97,6 +97,7 @@ export default {
methods: {
show () {
this.visible = true
this.searchValue = ''
this.checkedRows = []
this.checkedKeys = []
},