|
@@ -316,7 +316,6 @@ export default {
|
|
|
this.accuracyList.accuracy = dataList.accuracy;
|
|
|
this.accuracyList.val_accuracy = dataList.val_accuracy;
|
|
|
this.barList = dataList.bar;
|
|
|
- this.getFaultList();
|
|
|
this.getType();
|
|
|
},
|
|
|
methods: {
|
|
@@ -328,6 +327,7 @@ export default {
|
|
|
success(res) {
|
|
|
if (res) {
|
|
|
that.faultLists = res.data;
|
|
|
+ that.getFaultList();
|
|
|
}
|
|
|
},
|
|
|
});
|