Vue file formating..

This commit is contained in:
Cüneyt Şentürk
2020-01-21 16:24:56 +03:00
parent f0b50b53e8
commit 0876197e35
11 changed files with 13 additions and 34 deletions

View File

@ -101,7 +101,7 @@ const app = new Vue({
params: {
code: currency_code
}
})
})
.then(response => {
this.form.currency_code = response.data.currency_code;
this.form.currency_rate = response.data.currency_rate;
@ -162,7 +162,7 @@ const app = new Vue({
type: 'bill',
currency_code: this.form.currency_code
}
})
})
.then(response => {
this.items = response.data;
@ -230,7 +230,7 @@ const app = new Vue({
params: {
account_id: account_id
}
})
})
.then(response => {
this.transaction_form.currency = response.data.currency_name;
this.transaction_form.currency_code = response.data.currency_code;