fix 80584
This commit is contained in:
+4
-1
@@ -123,7 +123,10 @@ export default {
|
|||||||
close () {
|
close () {
|
||||||
this.visible = false
|
this.visible = false
|
||||||
this.onClearSelected()
|
this.onClearSelected()
|
||||||
}
|
},
|
||||||
|
searchQuery () {
|
||||||
|
this.loadData(1)
|
||||||
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
+1
-1
@@ -224,4 +224,4 @@ export default {
|
|||||||
|
|
||||||
<style scoped lang="less">
|
<style scoped lang="less">
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user