|
@@ -277,7 +277,7 @@ export default {
|
|
|
this.defectData = bd.Defects;
|
|
|
this.malfunctionData = bd.Failure;
|
|
|
this.accidentData = bd.Accidents;
|
|
|
- if (this.accidentData.length <= 0) {
|
|
|
+/* if (this.accidentData.length <= 0) {
|
|
|
this.accidentData = [
|
|
|
{ lastUpdateTime: "-", stationName: "-", alertText: "-" },
|
|
|
];
|
|
@@ -296,7 +296,7 @@ export default {
|
|
|
this.malfunctionData = [
|
|
|
{ lastUpdateTime: "-", stationName: "-", alertText: "-" },
|
|
|
];
|
|
|
- }
|
|
|
+ } */
|
|
|
|
|
|
},
|
|
|
},
|