fix 80584

This commit is contained in:
赵霄
2024-01-11 15:49:58 +08:00
parent 53a637839d
commit 88fb8ae0ca
2 changed files with 5 additions and 2 deletions
@@ -123,7 +123,10 @@ export default {
close () { close () {
this.visible = false this.visible = false
this.onClearSelected() this.onClearSelected()
} },
searchQuery () {
this.loadData(1)
},
} }
} }
</script> </script>
@@ -224,4 +224,4 @@ export default {
<style scoped lang="less"> <style scoped lang="less">
</style> </style>