Explorar o código

故障诊断bug

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

+ 1 - 2
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: {
@@ -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();
           }
         },
       });