fixes
This commit is contained in:
@@ -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');
|
||||
|
||||
|
Reference in New Issue
Block a user