Procházet zdrojové kódy

兼容后台配置错误(unit,units)。

Chenshilong před 7 roky
rodič
revize
6d33278b02
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  1. 5 0
      web/building_saas/main/js/views/main_tree_col.js

+ 5 - 0
web/building_saas/main/js/views/main_tree_col.js

@@ -59,6 +59,11 @@ let MainTreeCol = {
                 '根', '组', '系统', '台', '套', '株', '丛', '缸', '支', '只', '块', '座', '对', '份', '樘', '攒', '榀']);
                 '根', '组', '系统', '台', '套', '株', '丛', '缸', '支', '只', '块', '座', '对', '份', '樘', '攒', '榀']);
             return combo;
             return combo;
         },
         },
+
+        units: function () {
+            this.unit;
+        },
+
         feeRate: function () {
         feeRate: function () {
             return feeRateObject.getFeeRateEditCellType();
             return feeRateObject.getFeeRateEditCellType();
         }
         }