diff --git a/jero-web/src/views/documentTools/searchCenter/components/problemKnowledgeBase.vue b/jero-web/src/views/documentTools/searchCenter/components/problemKnowledgeBase.vue
index ed3ac6a1b..67fae61f9 100644
--- a/jero-web/src/views/documentTools/searchCenter/components/problemKnowledgeBase.vue
+++ b/jero-web/src/views/documentTools/searchCenter/components/problemKnowledgeBase.vue
@@ -7,6 +7,7 @@
{{$t('problemClassification')}}
\ No newline at end of file
diff --git a/jero-web/src/views/documentTools/searchCenter/index.vue b/jero-web/src/views/documentTools/searchCenter/index.vue
index 16b279130..8270a0c4b 100644
--- a/jero-web/src/views/documentTools/searchCenter/index.vue
+++ b/jero-web/src/views/documentTools/searchCenter/index.vue
@@ -148,6 +148,8 @@
this.$refs.DocumentLibraryRef.ResetSearch()
}else if (this.$refs.monthlyReportRegulationsRef) {
this.$refs.monthlyReportRegulationsRef.ResetSearch()
+ }else if(this.$refs.problemKnowledgeBaseRef){
+ this.$refs.problemKnowledgeBaseRef.ResetSearch()
}
},
onSearch(event) {
@@ -168,6 +170,8 @@
this.$refs.wholeRef.searchData(event)
}else if(this.$refs.monthlyReportRegulationsRef){
this.$refs.monthlyReportRegulationsRef.searchData(event)
+ }else if(this.$refs.problemKnowledgeBaseRef){
+ this.$refs.problemKnowledgeBaseRef.searchData(event)
}
},
wholeTextSearch(event) {
@@ -183,6 +187,8 @@
}
}else if(this.$refs.monthlyReportRegulationsRef){
this.$refs.monthlyReportRegulationsRef.searchDataTwo(event)
+ }else if(this.$refs.problemKnowledgeBaseRef){
+ this.$refs.problemKnowledgeBaseRef.searchDataTwo(event)
}
},
getCondition() {