@magicbe/antd-crud 0.0.42 → 0.0.43

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.
@@ -295,10 +295,6 @@ export var DeleteAction = function (_a) {
295
295
  if (error_2 === false)
296
296
  return [2 /*return*/];
297
297
  console.error(error_2);
298
- modalInstance.error({
299
- title: "错误",
300
- content: String(error_2),
301
- });
302
298
  return [3 /*break*/, 12];
303
299
  case 11:
304
300
  setLoading(false);
@@ -497,10 +497,6 @@ export var DeleteAction = function (_a) {
497
497
  case 10:
498
498
  error_4 = _d.sent();
499
499
  console.error(error_4);
500
- modalInstance.error({
501
- title: "错误",
502
- content: String(error_4),
503
- });
504
500
  return [3 /*break*/, 12];
505
501
  case 11:
506
502
  setLoading(false);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magicbe/antd-crud",
3
- "version": "0.0.42",
3
+ "version": "0.0.43",
4
4
  "description": "antd crud table",
5
5
  "author": "wang quan",
6
6
  "private": false,