Forgot to rename

This commit is contained in:
2017-04-11 17:33:13 +02:00
parent 6b30378d5e
commit 5c5c7aa61d
4 changed files with 7 additions and 6 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -335,8 +335,8 @@ var DetailComponent = (function () {
_this.data2 = res.HTV;
_this.data3 = res.TOE2;
_this.data4 = res.TTE2;
_this.data3 = res.TOE1;
_this.data4 = res.TTE1;
_this.data5 = res.TOE1;
_this.data6 = res.TTE1;
_this.loaded = true;
});
this.dataService
+1 -1
View File
File diff suppressed because one or more lines are too long
+3 -2
View File
@@ -75,14 +75,15 @@ export class DetailComponent implements OnInit, OnDestroy {
.subscribe(res => {
this.label = res.labels;
this.data1 = res.HOV;
this.data2 = res.HTV;
this.data3 = res.TOE2;
this.data4 = res.TTE2;
this.data3 = res.TOE1;
this.data4 = res.TTE1;
this.data5 = res.TOE1;
this.data6 = res.TTE1;
this.loaded = true;