@ibiz-template/model-helper 0.1.12-dev.0 → 0.1.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js CHANGED
@@ -14957,6 +14957,11 @@ var ModelUtil = class {
14957
14957
  allDataEntities,
14958
14958
  allAppDERSs
14959
14959
  );
14960
+ if (this.appModel.getAllPSAppLans && this.appModel.getAllPSAppLans.length > 0) {
14961
+ ibiz.env.isEnableMultiLan = true;
14962
+ } else {
14963
+ ibiz.env.isEnableMultiLan = false;
14964
+ }
14960
14965
  }
14961
14966
  /**
14962
14967
  * 获取应用模型