Sfoglia il codice sorgente

fix: 删除清单模板的土石方工程节点,恢复删除节点报错

vian 4 anni fa
parent
commit
e71d4dfc5b

+ 1 - 1
web/building_saas/main/js/controllers/block_controller.js

@@ -517,7 +517,7 @@ let BlockController = {
                 }
                 if(data.children && data.children.length>0){
                     for(let c of data.children){
-                        eachData(c);
+                        eachData(c, selected);
                     }
                 }
             }