fix: fixed balanceDialog amount field
gitea/salix/pipeline/pr-master This commit looks good Details

This commit is contained in:
Jon Elias 2024-09-11 13:26:40 +02:00
parent 07f7f87c28
commit e5161fe9e2
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,6 @@ class Controller extends Dialog {
}
};
this.getAmountPaid();
this.$http.get(`Clients/findOne`, {filter})
.then(res => {
this.receipt.email = res.data.email;
@ -52,6 +51,7 @@ class Controller extends Dialog {
set companyFk(value) {
this.receipt.companyFk = value;
this.getAmountPaid();
}
set description(value) {