Merge branch 'dev' of ssh://git.codelfi.com:2202/TelemedPro/hgh_admin into dev
This commit is contained in:
commit
407c901b62
@ -71,6 +71,8 @@ const getPatientFilter = async() => {
|
||||
}
|
||||
|
||||
const getPatientList = computed(async () => {
|
||||
subcriptionLists.value = [];
|
||||
patientList.value = [];
|
||||
subcriptionLists.value = store.getters.getSubcriptions;
|
||||
const allIndex = subcriptionLists.value.findIndex(sub => sub.title.toLowerCase() === 'all');
|
||||
|
||||
|
@ -247,7 +247,7 @@ const deleteItemConfirm = async() => {
|
||||
closeDelete()
|
||||
}
|
||||
const getprovidersList = computed(async () => {
|
||||
|
||||
providersList.value = [];
|
||||
console.log('getprovidersFilterList',store.getters.getProvidersList)
|
||||
let list = store.getters.getProvidersList
|
||||
store.dispatch('updateIsLoading', false)
|
||||
|
Loading…
Reference in New Issue
Block a user