Remove dashboard call and fetch Budgets with login

This commit is contained in:
2022-01-25 22:29:35 +00:00
parent 9e3dde8076
commit de6054359a
5 changed files with 57 additions and 24 deletions

View File

@ -4,7 +4,7 @@ import NewBudget from '@/dialogs/NewBudget.vue';
export default {
props: ["budgetid"],
mounted() {
this.$store.dispatch("fetchDashboard");
//this.$store.dispatch("fetchDashboard");
},
watch: {
budgetid () {