antd-management-fast-framework 2.11.185 → 2.11.186
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.
|
@@ -216,7 +216,7 @@ export class InternalFlow extends Core {
|
|
|
216
216
|
* @param {Function} option.failCallback 请求失败后的回调。
|
|
217
217
|
* @param {Function} option.completeCallback 请求完成后的回调,成功或失败后都将触发。
|
|
218
218
|
*/
|
|
219
|
-
initLoadCore: ({ requestData, delay, beforeRequest: beforeRequestSource, successCallback, failCallback, completeCallback, }: {
|
|
219
|
+
initLoadCore: ({ firstLoadSuccess, reloading: reloadingBefore, requestData: requestDataSource, delay, beforeRequest: beforeRequestSource, successCallback, failCallback, completeCallback, }: {
|
|
220
220
|
requestData: Object;
|
|
221
221
|
delay: number;
|
|
222
222
|
beforeRequest: Function;
|