@imedx/ics-chromely-plugin-imedx
Advanced tools
Comparing version 0.0.0-beta.10 to 0.0.0-beta.11
@@ -74,3 +74,5 @@ import icsChromelyRequest from '@icreate/ics-chromely-js-sdk'; | ||
// TODO 调用 hb-basic-js-sdk Api hbbasic/user/get/sign | ||
return this.HBRequest.api.getUserSign({ id: staffId }); | ||
return this.HBRequest.api.getUserSign({ id: staffId }).then(function (data) { | ||
return data === null || data === void 0 ? void 0 : data.SignPicture; | ||
}); | ||
} | ||
@@ -77,0 +79,0 @@ }; |
@@ -82,3 +82,5 @@ (function (global, factory) { | ||
// TODO 调用 hb-basic-js-sdk Api hbbasic/user/get/sign | ||
return this.HBRequest.api.getUserSign({ id: staffId }); | ||
return this.HBRequest.api.getUserSign({ id: staffId }).then(function (data) { | ||
return data === null || data === void 0 ? void 0 : data.SignPicture; | ||
}); | ||
} | ||
@@ -85,0 +87,0 @@ }; |
@@ -70,3 +70,5 @@ "use strict"; | ||
// TODO 调用 hb-basic-js-sdk Api hbbasic/user/get/sign | ||
return this.HBRequest.api.getUserSign({ id: staffId }); | ||
return this.HBRequest.api.getUserSign({ id: staffId }).then(function (data) { | ||
return data === null || data === void 0 ? void 0 : data.SignPicture; | ||
}); | ||
} | ||
@@ -73,0 +75,0 @@ }; |
{ | ||
"name": "@imedx/ics-chromely-plugin-imedx", | ||
"version": "0.0.0-beta.10", | ||
"version": "0.0.0-beta.11", | ||
"description": "提供获取IMedx客户端本地信息,例如当前日期时间等", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39577
405