فهرست منبع

故障诊断bug

chenminghua 3 سال پیش
والد
کامیت
c3b9d96b82
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  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();
           }
         },
       });