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 = '';