Explorar el Código

fix: 计算基数窗口,确认无效

vian hace 4 años
padre
commit
985fbee7c9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      web/building_saas/budget-summary/js/budgetSummarySheet.js

+ 1 - 1
web/building_saas/budget-summary/js/budgetSummarySheet.js

@@ -1,11 +1,11 @@
 
+let budgetSummaryTreeSetting;
 /* 建设其他费表格相关 */
 const budgetSummaryObj = (() => {
 
   const { isEmptyVal, isDef, isNumber } = window.commonUtil;
   const { fixedFlag, BudgetArea, BudgetType } = window.commonConstants;
 
-  let budgetSummaryTreeSetting;
 
   let curBudgetType = BudgetType.BUILDING;