ps-toolkit-ui 1.8.44 → 1.8.49

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.
@@ -1360,7 +1360,9 @@
1360
1360
  else {
1361
1361
  if (typeof res.message === 'string') {
1362
1362
  var am = res.message.split(':');
1363
+ console.log(am[0]);
1363
1364
  m = form.l(am[0], am.length > 1 ? am.slice(1) : null);
1365
+ console.log(m, 111111);
1364
1366
  }
1365
1367
  else {
1366
1368
  // tslint:disable-next-line:forin
@@ -1390,6 +1392,7 @@
1390
1392
  }
1391
1393
  }
1392
1394
  if (m) {
1395
+ console.log(m, 2222222);
1393
1396
  HelperClass.addNotification(m);
1394
1397
  }
1395
1398
  if (form.onFailed) {