Merge branch 'dev' of ssh://git.codelfi.com:2202/TelemedPro/hgh_admin into dev

This commit is contained in:
Inshal 2024-06-11 23:21:50 +05:00
commit 407c901b62
2 changed files with 3 additions and 1 deletions

View File

@ -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');

View File

@ -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)