소스 검색

Merge branch 'master' of http://smartcost.f3322.net:3000/SmartCost/ConstructionOperation

TonyKang 7 년 전
부모
커밋
09d140618e
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      web/users/js/main_tree_col.js

+ 3 - 0
web/users/js/main_tree_col.js

@@ -21,6 +21,9 @@ let MainTreeCol = {
             }else {
                 return node.data["quantity"];
             }
+        },
+        code: function (node) {
+
         }
     },
     readOnly: {