diff --git a/jero-web/src/views/documentTools/searchCenter/components/DocumentLibrary.vue b/jero-web/src/views/documentTools/searchCenter/components/DocumentLibrary.vue index cf04456bc..576bc0a30 100644 --- a/jero-web/src/views/documentTools/searchCenter/components/DocumentLibrary.vue +++ b/jero-web/src/views/documentTools/searchCenter/components/DocumentLibrary.vue @@ -386,11 +386,12 @@ }) }, searchQuery() { - this.pageNo = 1 - this.getInfoList() + this.pageNo = 1 + this.getInfoList() }, searchData(data) { this.queryParam = { ...data, ...this.queryParam } + this.getInfoList() }, getInfoList() { let queryParam = JSON.parse(JSON.stringify(this.queryParam)) @@ -415,11 +416,11 @@ } }) }, - searchReset(){ + searchReset() { this.pageNo = 1 this.queryParam = {} this.getInfoList() - }, + } } } @@ -602,7 +603,8 @@ .text-operation { margin-right: 8px; } - .submitButtons{ + + .submitButtons { text-align: center; } \ 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 3b7155c4b..5d0585852 100644 --- a/jero-web/src/views/documentTools/searchCenter/index.vue +++ b/jero-web/src/views/documentTools/searchCenter/index.vue @@ -14,6 +14,7 @@