From 9eb69fd0a1fc2641926d5052c7b35ff540e02ed7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167@qq.com> Date: Wed, 7 Sep 2022 16:18:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E9=97=AE=E9=A2=98=E7=9F=A5?= =?UTF-8?q?=E8=AF=86=E5=BA=93=E7=9A=84=E5=9B=9E=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/components/searchalonesplit/index.vue | 3 +++ .../components/problemKnowledgeBaseView.vue | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/jero-web/src/components/searchalonesplit/index.vue b/jero-web/src/components/searchalonesplit/index.vue index 2ff331f7d..38ac47cf7 100644 --- a/jero-web/src/components/searchalonesplit/index.vue +++ b/jero-web/src/components/searchalonesplit/index.vue @@ -180,6 +180,7 @@ export default { }, mounted() { this.getSeach() + this.queryParam = {...this.queryParam} }, methods: { searchQuery() { @@ -199,6 +200,7 @@ export default { this.searchList.forEach((item, index) => { if(item.db_field_name === 'serialNumber') { this.queryParam[item.db_field_name] = this.searchalonesplit + this.queryParam = {...this.queryParam} } }) } @@ -209,6 +211,7 @@ export default { // }, dateChange(item) { this.queryParam[item] = moment(this.queryParam[item]).format('YYYY-MM-DD') + }, onChange(item) { if (this.queryParam[item] && this.queryParam[item].length > 0) { diff --git a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseView.vue b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseView.vue index 5c71d8910..1c26d2f4b 100644 --- a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseView.vue +++ b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseView.vue @@ -425,7 +425,6 @@ .doc-detail { background: #fff; height: 100%; - .doc-detail-wrap { .doc-detail-header { width: 100%; @@ -664,6 +663,10 @@ width: 75%; margin: 0 auto; background: #fff; + /*position: absolute;*/ + min-height: 100vh; + /*left: 50%;*/ + /*transform: translateX(-50%);*/ } .division {