no message

This commit is contained in:
kittapath 2024-10-22 11:59:12 +07:00
parent 32b0aa325d
commit 4ffb2c008b
2 changed files with 123 additions and 16 deletions

View file

@ -210,7 +210,7 @@ export class ProfileEditController extends Controller {
await new CallAPI()
.PostData(req, "/org/workflow/add-workflow", {
refId: data.id,
sysName: "SYS_REGISTRY_OFFICER",
sysName: "REGISTRY_PROFILE",
posLevelName: profile.posLevel.posLevelName,
posTypeName: profile.posType.posTypeName,
})