Pārlūkot izejas kodu

修改 元素识别点击

hongchuangyanfa 3 gadi atpakaļ
vecāks
revīzija
78cd171713
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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"