Добавил отображение процентов заполнения мед осмотра

This commit is contained in:
megavrilinvv
2023-06-28 14:37:11 +03:00
parent d26d3f6353
commit 0927276d4c
4 changed files with 67 additions and 29 deletions

View File

@@ -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: [],