diff --git a/Services/client/src/modules/01_user/components/AdvancedSearch.vue b/Services/client/src/modules/01_user/components/AdvancedSearch.vue index 1f5c1b3..78bfa69 100644 --- a/Services/client/src/modules/01_user/components/AdvancedSearch.vue +++ b/Services/client/src/modules/01_user/components/AdvancedSearch.vue @@ -17,7 +17,7 @@ const optionsOp = [ { label: 'หรือ', value: 'OR' }, ] const props = defineProps<{ - searchSubmit: Function + submitSearch: Function submitSearchData: { AND: { field: string @@ -132,7 +132,7 @@ function clearAdvSearchData() { outlined v-model="item.value" placeholder="เอกสาร" - @keydown.enter.prevent="searchSubmit()" + @keydown.enter.prevent="submitSearch()" >