WIP Добавил статусы для записей
This commit is contained in:
@@ -5,7 +5,6 @@ import { getConfidantObject } from "@/pages/newMedicalCard/utils/gettersObjects"
|
||||
const state = () => ({
|
||||
medicalCard: {},
|
||||
confidantData: [],
|
||||
personFiltredList: [],
|
||||
contactsData: {
|
||||
phones: [],
|
||||
emails: [],
|
||||
@@ -362,9 +361,6 @@ const mutations = {
|
||||
setConfidantData(state) {
|
||||
state.confidantData = this.getters.getConfidantData;
|
||||
},
|
||||
setPersonFiltredList(state, persons) {
|
||||
state.personFiltredList = persons;
|
||||
},
|
||||
setEventsPersonData(state, id) {
|
||||
fetchWrapper.get(`general/person/${id}/detail/`).then((res) => {
|
||||
state.events = res.events;
|
||||
|
||||
Reference in New Issue
Block a user