antd-management-fast-framework 1.11.15 → 1.11.16
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/es/utils/tools.js +2 -2
- package/package.json +1 -1
package/es/utils/tools.js
CHANGED
|
@@ -2147,7 +2147,7 @@ function notify(_ref18) {
|
|
|
2147
2147
|
messageText = _placement$message$de.message,
|
|
2148
2148
|
description = _placement$message$de.description;
|
|
2149
2149
|
|
|
2150
|
-
|
|
2150
|
+
setTimeout(function () {
|
|
2151
2151
|
switch (type) {
|
|
2152
2152
|
case _constants.notificationTypeCollection.success:
|
|
2153
2153
|
_notification2.default.success({
|
|
@@ -2203,7 +2203,7 @@ function notify(_ref18) {
|
|
|
2203
2203
|
|
|
2204
2204
|
break;
|
|
2205
2205
|
}
|
|
2206
|
-
});
|
|
2206
|
+
}, 600);
|
|
2207
2207
|
}
|
|
2208
2208
|
|
|
2209
2209
|
function checkFromConfig(_ref19) {
|