소스 검색

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

vian 4 년 전
부모
커밋
e71d4dfc5b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/building_saas/main/js/controllers/block_controller.js

+ 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);
                     }
                 }
             }