mirror of
https://gitlab.com/omair-personal/exchange.git
synced 2026-08-19 04:24:08 +00:00
fix update bank settings issue
This commit is contained in:
@@ -121,7 +121,11 @@ export default {
|
||||
UpdateActiveBankSetting : function(){
|
||||
axios.get('/api/setting-active-bank')
|
||||
.then((response) => {
|
||||
this.active_bank_setting = response.data;
|
||||
this.active_bank_setting = {
|
||||
x1_bank_id: response.data.x1_bank_id,
|
||||
x2_bank_id: response.data.x2_bank_id,
|
||||
beneficiary_id: response.data.beneficiary_id
|
||||
};
|
||||
})
|
||||
.catch((error) => {
|
||||
console.log(error);
|
||||
|
||||
Reference in New Issue
Block a user