FIXES
This commit is contained in:
parent
6cf777b786
commit
8ae4f3385d
@ -25,9 +25,9 @@ const subcriptionLists = ref(['All'])
|
|||||||
const isLoading=ref(false)
|
const isLoading=ref(false)
|
||||||
|
|
||||||
const filter = ref({
|
const filter = ref({
|
||||||
gender: '',
|
gender: 'All',
|
||||||
state: '',
|
state: 'all',
|
||||||
plan: '',
|
plan: 'all',
|
||||||
})
|
})
|
||||||
// const gender =ref();
|
// const gender =ref();
|
||||||
// const city =ref();
|
// const city =ref();
|
||||||
|
@ -276,11 +276,11 @@ onMounted(async() => {
|
|||||||
})
|
})
|
||||||
const filter = ref({
|
const filter = ref({
|
||||||
practics_state:'',
|
practics_state:'',
|
||||||
gender: '',
|
gender: 'All',
|
||||||
state: '',
|
state: 'All',
|
||||||
specialty:'',
|
specialty:'',
|
||||||
availabilityFrom:'',
|
availabilityFrom:'All',
|
||||||
availabilityTo:''
|
availabilityTo:'All'
|
||||||
// plan: '',
|
// plan: '',
|
||||||
})
|
})
|
||||||
// const onSubcriptionChange = async(newvalue)=> {
|
// const onSubcriptionChange = async(newvalue)=> {
|
||||||
|
Loading…
Reference in New Issue
Block a user