|
|
|
@ -832,7 +832,6 @@ mounted() { |
|
|
|
} |
|
|
|
} |
|
|
|
historyQuery(queryForm).then(response => { |
|
|
|
historyQuery(queryForm).then(response => { |
|
|
|
this.historyQueryData = response.data |
|
|
|
this.historyQueryData = response.data |
|
|
|
console.log("%c 🇸🇸: gethistoryQuery -> this.historyQueryData ", "font-size:16px;background-color:#bc384b;color:white;", this.historyQueryData) |
|
|
|
|
|
|
|
this.loading = false |
|
|
|
this.loading = false |
|
|
|
this.initCharts(); |
|
|
|
this.initCharts(); |
|
|
|
} |
|
|
|
} |
|
|
|
|