@bit-sun/business-component 2.2.16 → 2.2.17

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
@@ -10628,6 +10628,8 @@ var AddSelect = function AddSelect(props) {
10628
10628
  message.error(Error);
10629
10629
  }
10630
10630
  handleLoading(isContinue, false);
10631
+ }).finally(function () {
10632
+ handleLoading(isContinue, false);
10631
10633
  });
10632
10634
  } else {
10633
10635
  !isContinue && handleCancel();
package/dist/index.js CHANGED
@@ -10646,6 +10646,8 @@ var AddSelect = function AddSelect(props) {
10646
10646
  antd.message.error(Error);
10647
10647
  }
10648
10648
  handleLoading(isContinue, false);
10649
+ }).finally(function () {
10650
+ handleLoading(isContinue, false);
10649
10651
  });
10650
10652
  } else {
10651
10653
  !isContinue && handleCancel();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bit-sun/business-component",
3
- "version": "2.2.16",
3
+ "version": "2.2.17",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -758,6 +758,8 @@ const AddSelect = (props: any) => {
758
758
  message.error(Error);
759
759
  }
760
760
  handleLoading(isContinue,false)
761
+ }).finally(() => {
762
+ handleLoading(isContinue,false)
761
763
  })
762
764
  } else {
763
765
  !isContinue && handleCancel();