diff --git a/FrontEnd/components/home/headerInlineSearch.vue b/FrontEnd/components/home/headerInlineSearch.vue index de64a65..0159092 100644 --- a/FrontEnd/components/home/headerInlineSearch.vue +++ b/FrontEnd/components/home/headerInlineSearch.vue @@ -375,7 +375,7 @@ export default { str = this.inputs; this.$emit('keyword-search', str, true) this.$router.push(this.localePath(`/${this.type}?q=${this.inputs}`)); - this.inputs = ''; + // this.inputs = ''; }, }, computed: { diff --git a/FrontEnd/components/user/userServiceItem.vue b/FrontEnd/components/user/userServiceItem.vue index 8211472..b3eed9d 100644 --- a/FrontEnd/components/user/userServiceItem.vue +++ b/FrontEnd/components/user/userServiceItem.vue @@ -2,13 +2,14 @@