瀏覽代碼

测试权限

zhangjiaqi 4 年之前
父節點
當前提交
286c0f3971
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      src/views/analysis/CoreDeviceReport.vue

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

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