Rebuild frontend.

This commit is contained in:
James Cole
2021-02-14 10:43:58 +01:00
parent 993fe3ae0a
commit bfd925fbfe
14 changed files with 226 additions and 47 deletions

View File

@@ -92,6 +92,7 @@ export default {
methods: {
initialiseChart: function () {
this.loading = true;
this.error = false;
let startStr = this.start.toISOString().split('T')[0];
let endStr = this.end.toISOString().split('T')[0];
let url = './api/v1/chart/account/overview?start=' + startStr + '&end=' + endStr;