Przeglądaj źródła

修改 元素识别点击

hongchuangyanfa 3 lat temu
rodzic
commit
78cd171713
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/exctab/ElementIdentification/index.vue

+ 1 - 1
src/views/exctab/ElementIdentification/index.vue

@@ -42,7 +42,7 @@
               v-loading="treeloading"
               :data="allTreeData"
               :props="treeProps"
-              @node-click="nodeClick"
+              @node-click="handleNodeClick"
               node-key="id"
               :expand-on-click-node="false"
               :filter-node-method="filterNode"