bug fixes, that baruser see endsum of user not only month
This commit is contained in:
parent
88abb2599a
commit
32a01cb5e3
|
@ -58,7 +58,7 @@
|
|||
</v-row>
|
||||
</v-col>
|
||||
</v-row>
|
||||
<v-alert v-if="user.locked" type="error">Gesperrt</v-alert>
|
||||
<v-alert v-if="user.locked" type="error">{{user.firstname}} darf nicht mehr anschreiben. {{user.firstname}} sollte sich lieber mal beim Finanzer melden.</v-alert>
|
||||
</v-card-text>
|
||||
</v-card>
|
||||
</v-container>
|
||||
|
|
|
@ -67,6 +67,7 @@
|
|||
})
|
||||
user.amount = response.data.amount
|
||||
user.locked = response.data.locked
|
||||
user.type = response.data.type
|
||||
})
|
||||
.catch(error => {
|
||||
if (error.response) {
|
||||
|
|
Loading…
Reference in New Issue