소스 검색

bug 8332禁用右侧事件

haojianlong 4 년 전
부모
커밋
4e9849c51e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/homeView/graphTypeDialog.vue

+ 1 - 1
src/components/homeView/graphTypeDialog.vue

@@ -12,7 +12,7 @@
       <div class="right content">
         <p>设备分类参考</p>
         <div class="treeContainer">
-          <el-tree :data="treeData" :props="defaultProps" accordion @current-change="changeNode"></el-tree>
+          <el-tree :data="treeData" :props="defaultProps" accordion></el-tree>
         </div>
       </div>
     </div>