ntk-cms-api 1.2.228 → 1.2.229
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/fesm2020/ntk-cms-api.mjs
CHANGED
|
@@ -2125,7 +2125,7 @@ class CoreEnumService extends ApiServerBase {
|
|
|
2125
2125
|
if (this.serviceRecordStatusEnumLastResult?.isSuccess) {
|
|
2126
2126
|
return of(this.serviceRecordStatusEnumLastResult);
|
|
2127
2127
|
}
|
|
2128
|
-
} while (this.serviceRecordStatusEnumInCall.getTime() - new Date().getTime() > 10);
|
|
2128
|
+
} while (this.serviceRecordStatusEnumInCall && this.serviceRecordStatusEnumInCall.getTime() - new Date().getTime() > 10);
|
|
2129
2129
|
this.serviceRecordStatusEnumInCall = new Date();
|
|
2130
2130
|
//! optimaze call api
|
|
2131
2131
|
return this.http
|