
--- client/views/pages/main/TotalSearch.vue
+++ client/views/pages/main/TotalSearch.vue
... | ... | @@ -81,7 +81,11 @@ |
81 | 81 |
}, |
82 | 82 |
|
83 | 83 |
mounted() { |
84 |
- this.fnSearch(); // 초기 검색 실행 |
|
84 |
+ if (this.searchReqDTO != null && !this.$isEmpty(this.searchReqDTO)) { |
|
85 |
+ if (this.searchReqDTO.searchText != null && !this.$isEmpty(this.searchReqDTO.searchText != null)) { |
|
86 |
+ this.fnSearch(); // 초기 검색 실행 |
|
87 |
+ } |
|
88 |
+ } |
|
85 | 89 |
}, |
86 | 90 |
|
87 | 91 |
methods: { |
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?