This commit is contained in:
Muhammad Shahzad 2024-06-11 23:03:11 +05:00
parent 6cf777b786
commit 8ae4f3385d
2 changed files with 7 additions and 7 deletions

View File

@ -25,9 +25,9 @@ const subcriptionLists = ref(['All'])
const isLoading=ref(false)
const filter = ref({
gender: '',
state: '',
plan: '',
gender: 'All',
state: 'all',
plan: 'all',
})
// const gender =ref();
// const city =ref();

View File

@ -276,11 +276,11 @@ onMounted(async() => {
})
const filter = ref({
practics_state:'',
gender: '',
state: '',
gender: 'All',
state: 'All',
specialty:'',
availabilityFrom:'',
availabilityTo:''
availabilityFrom:'All',
availabilityTo:'All'
// plan: '',
})
// const onSubcriptionChange = async(newvalue)=> {