@@ -84,6 +86,14 @@
this.active = key
this.selectValueTwo = ''
},
+ ResetSearch() {
+ this.selectValueTwo = ''
+ if (this.$refs.wholeRef) {
+ this.$refs.wholeRef.ResetSearch()
+ } else if (this.$refs.DocumentLibraryRef) {
+ this.$refs.DocumentLibraryRef.ResetSearch()
+ }
+ },
onSearch(event) {
this.queryParam[this.selectModel] = event
if (this.$refs.DocumentLibraryRef) {