Browse Source

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

Chenshilong 7 years ago
parent
commit
6d33278b02
1 changed files with 5 additions and 0 deletions
  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;
         },
+
+        units: function () {
+            this.unit;
+        },
+
         feeRate: function () {
             return feeRateObject.getFeeRateEditCellType();
         }