Добавил отображение процентов заполнения мед осмотра
This commit is contained in:
@@ -374,7 +374,7 @@ const getters = {
|
||||
},
|
||||
toothFormula: {
|
||||
lacticBite: toothFormula.state.lacticBite,
|
||||
formula: toothFormula.state.formula,
|
||||
formula: JSON.parse(JSON.stringify(toothFormula.state.formula)),
|
||||
},
|
||||
data: {
|
||||
complaints: [
|
||||
@@ -427,7 +427,7 @@ const getters = {
|
||||
preliminary: { text: null },
|
||||
toothFormula: {
|
||||
lacticBite: toothFormula.stateInit.lacticBite,
|
||||
formula: toothFormula.stateInit.formula,
|
||||
formula: JSON.parse(JSON.stringify(toothFormula.stateInit.formula)),
|
||||
},
|
||||
data: {
|
||||
complaints: [],
|
||||
|
||||
Reference in New Issue
Block a user