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 {