Forgot to rename
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+2
-2
@@ -335,8 +335,8 @@ var DetailComponent = (function () {
|
|||||||
_this.data2 = res.HTV;
|
_this.data2 = res.HTV;
|
||||||
_this.data3 = res.TOE2;
|
_this.data3 = res.TOE2;
|
||||||
_this.data4 = res.TTE2;
|
_this.data4 = res.TTE2;
|
||||||
_this.data3 = res.TOE1;
|
_this.data5 = res.TOE1;
|
||||||
_this.data4 = res.TTE1;
|
_this.data6 = res.TTE1;
|
||||||
_this.loaded = true;
|
_this.loaded = true;
|
||||||
});
|
});
|
||||||
this.dataService
|
this.dataService
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -75,14 +75,15 @@ export class DetailComponent implements OnInit, OnDestroy {
|
|||||||
.subscribe(res => {
|
.subscribe(res => {
|
||||||
|
|
||||||
this.label = res.labels;
|
this.label = res.labels;
|
||||||
|
|
||||||
this.data1 = res.HOV;
|
this.data1 = res.HOV;
|
||||||
this.data2 = res.HTV;
|
this.data2 = res.HTV;
|
||||||
|
|
||||||
this.data3 = res.TOE2;
|
this.data3 = res.TOE2;
|
||||||
this.data4 = res.TTE2;
|
this.data4 = res.TTE2;
|
||||||
|
|
||||||
this.data3 = res.TOE1;
|
this.data5 = res.TOE1;
|
||||||
this.data4 = res.TTE1;
|
this.data6 = res.TTE1;
|
||||||
|
|
||||||
this.loaded = true;
|
this.loaded = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user