From 474a31dbc54185f402cbc4c1b8c96be91ed5275b Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Fri, 19 Aug 2022 16:09:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A6=85=E9=81=93=E5=B7=B2?= =?UTF-8?q?=E7=9F=A5bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/common/lang/en-us.js | 4 ++-- .../searchCenter/components/problemKnowledgeBase.vue | 7 ------- .../views/documentTools/searchCenter/components/whole.vue | 7 ------- 3 files changed, 2 insertions(+), 16 deletions(-) diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index 4b3f50416..66b94e6f8 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -531,7 +531,7 @@ module.exports = { newClause: 'New Clause', clauseNo: 'Item No.', functionalAreas: 'Functional Areas', - technicalField: 'Tech field', + technicalField: 'Tech Field', informationCategory: 'Info Type', contentValidity: 'Content Validity', content: 'Content', @@ -1051,7 +1051,7 @@ module.exports = { ParameterNo: 'Number', NRequired: 'Required', NParameterName: 'Para Name', - NtechnicalField: 'Tech field', + NtechnicalField: 'Tech Field', NparameterBatch: 'Params Batch', NareaOfResponsibility: 'Responsible Field', NParameterDescription: 'Description', diff --git a/jero-web/src/views/documentTools/searchCenter/components/problemKnowledgeBase.vue b/jero-web/src/views/documentTools/searchCenter/components/problemKnowledgeBase.vue index 3c8408fe3..b66553e89 100644 --- a/jero-web/src/views/documentTools/searchCenter/components/problemKnowledgeBase.vue +++ b/jero-web/src/views/documentTools/searchCenter/components/problemKnowledgeBase.vue @@ -238,13 +238,6 @@ postAction(this.url.getParagraphInfoList, query).then((res) => { if (res.success) { this.conList = res.result.records - if (this.conList && this.conList.length > 0) { - this.conList.forEach(val => { - if (val.content) { - val.content = this.getText(val.content) - } - }) - } this.total = res.result.total this.loading = false } else { diff --git a/jero-web/src/views/documentTools/searchCenter/components/whole.vue b/jero-web/src/views/documentTools/searchCenter/components/whole.vue index 6731a11b4..cc7d965e3 100644 --- a/jero-web/src/views/documentTools/searchCenter/components/whole.vue +++ b/jero-web/src/views/documentTools/searchCenter/components/whole.vue @@ -213,13 +213,6 @@ postAction(this.url.getInfoList, query).then((res) => { if (res.success) { this.conList = res.result.records - if (this.conList && this.conList.length > 0) { - this.conList.forEach(val => { - if (val.content) { - val.content = this.getText(val.content) - } - }) - } this.total = res.result.total } else { this.conList = []