diff --git a/front-end/src/components/Marks/Marks.vue b/front-end/src/components/Marks/Marks.vue index d1dbcc70..1b58dc5f 100644 --- a/front-end/src/components/Marks/Marks.vue +++ b/front-end/src/components/Marks/Marks.vue @@ -5,7 +5,73 @@

{{ $route.meta.title }}

- + + + + История изменения оценок + + + + + + + + + + + + + + + + { + const historymark = response.data; + console.log("GGGG", historymark); + }) + .catch(err => getError("оценок", err.response.status)); + }, }, };