소스 검색

fix: undefined

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

+ 1 - 1
web/building_saas/main/js/views/project_view.js

@@ -933,7 +933,7 @@ var projectObj = {
                 if (typeof overwriteRationCalcBases === 'function')
                     overwriteRationCalcBases(that.project.property.taxType);
                 //that.project.calcProgram.compileAllTemps();
-                if (typeof dynamicLoadCalcBase !== 'undefiend') {
+                if (typeof dynamicLoadCalcBase !== 'undefined') {
                     dynamicLoadCalcBase();
                 }
                 that.project.calcBase.init(that.project);