Explorar el Código

费用定额编辑页面,去掉一些库不存在的时候,不初始化选项的条件

vian hace 5 años
padre
commit
342cec58df
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      web/users/js/compilation.js

+ 2 - 2
web/users/js/compilation.js

@@ -502,9 +502,9 @@ function initCompilation() {
         TREE_SHEET_HELPER.showTreeData(mainTreeColObj, colSpread.getActiveSheet(), billsTemplateTree);
     }*/
 
-    if (billListData.length <= 0 || rationLibData.length <= 0 || gljLibData.length <= 0) {
+    /* if (billListData.length <= 0 || rationLibData.length <= 0 || gljLibData.length <= 0) {
         return false;
-    }
+    } */
 
     // 标准清单
     let html = '';