
--- client/views/pages/bbsDcry/photo/PicHistorySearch.vue
+++ client/views/pages/bbsDcry/photo/PicHistorySearch.vue
... | ... | @@ -233,6 +233,8 @@ |
233 | 233 |
const response = await findDcrysProc(params); |
234 | 234 |
this.searchResult = response.data.data.dcrys; |
235 | 235 |
this.searchReqDTO = response.data.data.search; |
236 |
+ |
|
237 |
+ window.scrollTo({ top: 0, behavior: 'smooth' }); |
|
236 | 238 |
} catch (error) { |
237 | 239 |
this.searchResult = []; // 검색결과 초기화 |
238 | 240 |
|
--- client/views/pages/bbsDcry/video/VideoHistorySearch.vue
+++ client/views/pages/bbsDcry/video/VideoHistorySearch.vue
... | ... | @@ -233,6 +233,8 @@ |
233 | 233 |
const response = await findDcrysProc(params); |
234 | 234 |
this.searchResult = response.data.data.dcrys; |
235 | 235 |
this.searchReqDTO = response.data.data.search; |
236 |
+ |
|
237 |
+ window.scrollTo({ top: 0, behavior: 'smooth' }); |
|
236 | 238 |
} catch (error) { |
237 | 239 |
this.searchResult = []; // 검색결과 초기화 |
238 | 240 |
|
--- client/views/pages/bbsMediaVido/MediaVideoSearch.vue
+++ client/views/pages/bbsMediaVido/MediaVideoSearch.vue
... | ... | @@ -230,6 +230,8 @@ |
230 | 230 |
const response = await findAllMediaVidosProc(params); |
231 | 231 |
this.searchResult = response.data.data.mediaVidos; |
232 | 232 |
this.searchReqDTO = response.data.data.search; |
233 |
+ |
|
234 |
+ window.scrollTo({ top: 0, behavior: 'smooth' }); |
|
233 | 235 |
} catch (error) { |
234 | 236 |
this.searchResult = []; // 검색결과 초기화 |
235 | 237 |
|
--- client/views/pages/bbsNesDta/NewsReleaseSearch.vue
+++ client/views/pages/bbsNesDta/NewsReleaseSearch.vue
... | ... | @@ -231,6 +231,8 @@ |
231 | 231 |
const response = await findAllNesDtasProc(params); |
232 | 232 |
this.searchResult = response.data.data.nesDtas; |
233 | 233 |
this.searchReqDTO = response.data.data.search; |
234 |
+ |
|
235 |
+ window.scrollTo({ top: 0, behavior: 'smooth' }); |
|
234 | 236 |
} catch (error) { |
235 | 237 |
this.searchResult = []; // 검색결과 초기화 |
236 | 238 |
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?