fixes
This commit is contained in:
parent
8ae4f3385d
commit
348a293583
@ -71,6 +71,8 @@ const getPatientFilter = async() => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const getPatientList = computed(async () => {
|
const getPatientList = computed(async () => {
|
||||||
|
subcriptionLists.value = [];
|
||||||
|
patientList.value = [];
|
||||||
subcriptionLists.value = store.getters.getSubcriptions;
|
subcriptionLists.value = store.getters.getSubcriptions;
|
||||||
const allIndex = subcriptionLists.value.findIndex(sub => sub.title.toLowerCase() === 'all');
|
const allIndex = subcriptionLists.value.findIndex(sub => sub.title.toLowerCase() === 'all');
|
||||||
|
|
||||||
|
@ -247,7 +247,7 @@ const deleteItemConfirm = async() => {
|
|||||||
closeDelete()
|
closeDelete()
|
||||||
}
|
}
|
||||||
const getprovidersList = computed(async () => {
|
const getprovidersList = computed(async () => {
|
||||||
|
providersList.value = [];
|
||||||
console.log('getprovidersFilterList',store.getters.getProvidersList)
|
console.log('getprovidersFilterList',store.getters.getProvidersList)
|
||||||
let list = store.getters.getProvidersList
|
let list = store.getters.getProvidersList
|
||||||
store.dispatch('updateIsLoading', false)
|
store.dispatch('updateIsLoading', false)
|
||||||
|
Loading…
Reference in New Issue
Block a user