浏览代码

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">
       <div class="right content">
         <p>设备分类参考</p>
         <p>设备分类参考</p>
         <div class="treeContainer">
         <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>
       </div>
     </div>
     </div>