@bit-sun/business-component 2.2.48 → 2.2.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.
package/dist/index.esm.js
CHANGED
|
@@ -10818,15 +10818,13 @@ var AddSelect = function AddSelect(props) {
|
|
|
10818
10818
|
(_document$getElementB3 = document.getElementById('first-query')) === null || _document$getElementB3 === void 0 ? void 0 : _document$getElementB3.focus();
|
|
10819
10819
|
!isContinue && handleCancel();
|
|
10820
10820
|
}
|
|
10821
|
-
|
|
10821
|
+
handleLoading(isContinue, false);
|
|
10822
10822
|
}).catch(function (Error) {
|
|
10823
10823
|
if (_typeof(Error) === 'object') {
|
|
10824
10824
|
!Error.needThrowError ? null : message.error(Error.message);
|
|
10825
10825
|
} else {
|
|
10826
10826
|
message.error(Error);
|
|
10827
10827
|
}
|
|
10828
|
-
// handleLoading(isContinue,false)
|
|
10829
|
-
}).finally(function () {
|
|
10830
10828
|
handleLoading(isContinue, false);
|
|
10831
10829
|
});
|
|
10832
10830
|
} else {
|
package/dist/index.js
CHANGED
|
@@ -10836,15 +10836,13 @@ var AddSelect = function AddSelect(props) {
|
|
|
10836
10836
|
(_document$getElementB3 = document.getElementById('first-query')) === null || _document$getElementB3 === void 0 ? void 0 : _document$getElementB3.focus();
|
|
10837
10837
|
!isContinue && handleCancel();
|
|
10838
10838
|
}
|
|
10839
|
-
|
|
10839
|
+
handleLoading(isContinue, false);
|
|
10840
10840
|
}).catch(function (Error) {
|
|
10841
10841
|
if (_typeof(Error) === 'object') {
|
|
10842
10842
|
!Error.needThrowError ? null : antd.message.error(Error.message);
|
|
10843
10843
|
} else {
|
|
10844
10844
|
antd.message.error(Error);
|
|
10845
10845
|
}
|
|
10846
|
-
// handleLoading(isContinue,false)
|
|
10847
|
-
}).finally(function () {
|
|
10848
10846
|
handleLoading(isContinue, false);
|
|
10849
10847
|
});
|
|
10850
10848
|
} else {
|
package/package.json
CHANGED
|
@@ -821,16 +821,13 @@ const AddSelect = (props: any) => {
|
|
|
821
821
|
!isContinue && handleCancel();
|
|
822
822
|
} else {
|
|
823
823
|
}
|
|
824
|
-
|
|
824
|
+
handleLoading(isContinue,false)
|
|
825
825
|
}).catch(Error => {
|
|
826
826
|
if(typeof Error === 'object') {
|
|
827
827
|
!Error.needThrowError ? null : message.error(Error.message)
|
|
828
828
|
} else {
|
|
829
829
|
message.error(Error);
|
|
830
830
|
}
|
|
831
|
-
// handleLoading(isContinue,false)
|
|
832
|
-
})
|
|
833
|
-
.finally(() => {
|
|
834
831
|
handleLoading(isContinue,false)
|
|
835
832
|
})
|
|
836
833
|
} else {
|