reimplement originator filter
This commit is contained in:
parent
6669f44642
commit
217a9d934d
4 changed files with 63 additions and 37 deletions
|
@ -4,6 +4,7 @@ import { onUpdated, ref } from 'vue';
|
|||
|
||||
let searchValue = ref('')
|
||||
let searchType = ref('')
|
||||
|
||||
function submit(type: string) { searchType = ref(type) }
|
||||
onUpdated(() => updateSearch(searchValue, searchType))
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue