Фикс отображения данных при обновлении страницы

This commit is contained in:
megavrilinvv
2023-08-15 17:14:13 +03:00
parent 48f43a0770
commit d0ff2da700
4 changed files with 31 additions and 26 deletions

View File

@@ -47,5 +47,8 @@ export default {
computed: mapState({
medical: (state) => state.medical.medicalCard,
}),
created() {
this.$store.dispatch("getMedicalCardData");
},
};
</script>