mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 00:24:35 +00:00
fix edit modal for bankdata not opening
This commit is contained in:
@@ -182,7 +182,7 @@ export default{
|
||||
},
|
||||
loadBankverbindung(bankverbindung_id){
|
||||
this.statusNew = false;
|
||||
this.$api
|
||||
return this.$api
|
||||
.call(ApiStvBankaccount.load(bankverbindung_id))
|
||||
.then(result => {
|
||||
this.bankverbindungData = result.data;
|
||||
|
||||
Reference in New Issue
Block a user