Explorar el Código

跨节点移动

duy hace 1 mes
padre
commit
1a7e3d94ca
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      src/views/data-fill/wbs.vue

+ 4 - 0
src/views/data-fill/wbs.vue

@@ -2045,6 +2045,10 @@ const setTreeMenuDataClick = ({ key, node, data }) => {
         sortNodeModal.value = true
     } else if (key === 'nodetree') {
         divisionClick()
+    } else if (key === 'jumpTree') {
+        console.log('跨节点移动')
+           
+         showMoveClick(node, data)
     }
 }