Explorar o código

bug 8332禁用右侧事件

haojianlong %!s(int64=4) %!d(string=hai) anos
pai
achega
4e9849c51e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>