iZaiZaiA 2 anni fa
parent
commit
b7001109e6
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      src/views/data-fill/wbs.vue

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

@@ -772,6 +772,9 @@ const copyNodeElTreeClick = ({data}) => {
         if (type === 2 && data['type'] === 1) {
             setCopyNodeTable(data, title)
         }
+        if (type === 1 && data['type'] === 1) {
+            setCopyNodeTable(data, title)
+        }
     } else if (TabKey === '3') {
         if (data['notExsitChild']) {
             setCopyNodeTable(data, data?.title)