Browse Source

bug 8332禁用右侧事件

haojianlong 4 years ago
parent
commit
4e9849c51e
1 changed files with 1 additions and 1 deletions
  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>