Explorar o código

Merge branch 'yx' of http://61.161.152.110:10101/r/electronic-map into lining

lining %!s(int64=3) %!d(string=hai) anos
pai
achega
7a25017e4a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/MalfunctionWarning/supervised.vue

+ 1 - 1
src/views/MalfunctionWarning/supervised.vue

@@ -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();
           }
         },
       });