From b97b8e9cf8d363bd0acdb92f94094065a72d5552 Mon Sep 17 00:00:00 2001
From: qq787203167 <787203167@qq.com>
Date: Fri, 19 Aug 2022 10:09:30 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E6=90=9C=E7=B4=A2=E4=B8=AD?=
=?UTF-8?q?=E5=BF=83?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/problemKnowledgeBase.vue | 28 +++----------------
.../documentTools/searchCenter/index.vue | 6 ++++
2 files changed, 10 insertions(+), 24 deletions(-)
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() {