|
@@ -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: {
|
|
@@ -327,8 +326,8 @@ export default {
|
|
|
subUrl: "http://192.168.1.18:9002/know/fault/type/all",
|
|
|
success(res) {
|
|
|
if (res) {
|
|
|
- console.log(444444444);
|
|
|
that.faultLists = res.data;
|
|
|
+ that.getFaultList();
|
|
|
}
|
|
|
},
|
|
|
});
|