fix update bank settings issue

This commit is contained in:
Omair Saleh
2019-01-03 16:50:23 +08:00
parent cb0278ae9b
commit ee69a1c7de
2 changed files with 10 additions and 5 deletions
@@ -139,7 +139,6 @@ export default {
},
EditActiveBankSetting : function(){
this.loading_btn = true;
console.log(this.active_bank_setting)
axios.put('/api/setting-active-bank', this.active_bank_setting)
.then((response) => {
this.loading_btn = false;