ps-toolkit-ui 1.13.82 → 1.13.83

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.
@@ -1687,7 +1687,8 @@
1687
1687
  }
1688
1688
  else {
1689
1689
  if (typeof res.message === 'string') {
1690
- m = res.message;
1690
+ var am = res.message.split(':');
1691
+ m = table.l(am[0], am.length > 1 ? am.slice(1) : null);
1691
1692
  }
1692
1693
  else {
1693
1694
  // tslint:disable-next-line:forin
@@ -1760,7 +1761,8 @@
1760
1761
  }
1761
1762
  else {
1762
1763
  if (typeof res.message === 'string') {
1763
- m = res.message;
1764
+ var am = res.message.split(':');
1765
+ m = _this.l(am[0], am.length > 1 ? am.slice(1) : null);
1764
1766
  }
1765
1767
  else {
1766
1768
  // tslint:disable-next-line:forin