zhangjiaqi hace 4 años
padre
commit
286c0f3971
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0 3
      src/views/analysis/CoreDeviceReport.vue

+ 0 - 3
src/views/analysis/CoreDeviceReport.vue

@@ -597,12 +597,9 @@ export default {
     lookChildImg() {
       this.showchildimg = !this.showchildimg;
     },
-    sortHandle() {},
     //重要检测结果筛选
     screenHandle() {
       const list = Array.from(arguments);
-      console.log(list);
-      
       this.mainsortcurrentsort = JSON.parse(
         JSON.stringify(list.slice(1, list.length - 1))
       );