no message

This commit is contained in:
Bright 2025-04-18 16:15:53 +07:00
parent 3fcabd82c9
commit 495d818eb3
2 changed files with 2 additions and 0 deletions

View file

@ -263,6 +263,7 @@ export class DevelopmentRequestController extends Controller {
sysName: "REGISTRY_IDP",
posLevelName: profile.posLevel.posLevelName,
posTypeName: profile.posType.posTypeName,
fullName: `${profile.prefix}${profile.firstName} ${profile.lastName}`
})
.catch((error) => {
console.error("Error calling API:", error);