[WIP] Добавил отображение состояния и подвижности зубов
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { fetchWrapper } from "@/shared/fetchWrapper";
|
||||
import { genderOptions } from "@/pages/newMedicalCard/utils/medicalConfig";
|
||||
import { getConfidantObject } from "@/pages/newMedicalCard/utils/gettersObjects";
|
||||
import toothFormula from "@/store/modules/toothFormula";
|
||||
|
||||
const state = () => ({
|
||||
medicalCard: {},
|
||||
@@ -305,7 +306,8 @@ const getters = {
|
||||
},
|
||||
},
|
||||
toothFormula: {
|
||||
lacticBite: true,
|
||||
lacticBite: toothFormula.state.lacticBite,
|
||||
formula: toothFormula.state.formula,
|
||||
},
|
||||
};
|
||||
},
|
||||
@@ -334,7 +336,8 @@ const getters = {
|
||||
},
|
||||
disease: null,
|
||||
toothFormula: {
|
||||
lacticBite: false,
|
||||
lacticBite: toothFormula.stateInit.lacticBite,
|
||||
formula: toothFormula.stateInit.formula,
|
||||
},
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user