فهرست منبع

冗余代码删除

Koishi 3 سال پیش
والد
کامیت
ed7e5f9dc1
1فایلهای تغییر یافته به همراه0 افزوده شده و 3 حذف شده
  1. 0 3
      src/views/MalfunctionWarning/supervised.vue

+ 0 - 3
src/views/MalfunctionWarning/supervised.vue

@@ -326,7 +326,6 @@ export default {
             that.algorithm = res;
             that.value1 = res[0];
             that.chooseAlgorithm = res[0].name;
-            console.log(that.chooseAlgorithm);
           }
         },
       });
@@ -446,11 +445,9 @@ export default {
       this.barList = this.ceshiList.bar.slice(0, 5);
     },
     algorithmChange(val) {
-      console.log(222222);
       this.chooseAlgorithm = this.algorithm.filter(
         (item) => item.name === val
       )[0].name;
-      console.log(this.chooseAlgorithm);
     },
     // clear() {
     //   this.chooseAlgorithm = '';