ps-toolkit-ui 1.4.7 → 1.4.10

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.
@@ -326,10 +326,10 @@
326
326
  }
327
327
  var cv = _.get(this.lang, area ? area + "." + c + "." + k : c + "." + k);
328
328
  if (!cv) {
329
- cv = _.get(this.lang, "public." + c + "." + k);
329
+ cv = _.get(this.lang, "Public." + c + "." + k);
330
330
  }
331
331
  if (!cv) {
332
- cv = _.get(this.lang, "public." + k);
332
+ cv = _.get(this.lang, "Public." + k);
333
333
  }
334
334
  if (!cv) {
335
335
  return k;
@@ -7465,6 +7465,7 @@
7465
7465
  this.permission = true;
7466
7466
  if (this.permissions) {
7467
7467
  var listAccess = this.permissions.getAccess(exports.PermissionAccessTypeEnum.List);
7468
+ console.log(listAccess);
7468
7469
  if (listAccess !== null) {
7469
7470
  this.title = listAccess.Name;
7470
7471
  this.url = this.permissions.getUrl();