fix ออกคำสั่งผ่านทดลองงาน ตำแหน่งไม่บันทึก (issue #1351)
This commit is contained in:
parent
ff3eea0ec3
commit
fd736da4c0
1 changed files with 1 additions and 1 deletions
|
|
@ -4896,7 +4896,7 @@ export class CommandController extends Controller {
|
||||||
const meta = {
|
const meta = {
|
||||||
profileId: item.profileId,
|
profileId: item.profileId,
|
||||||
commandId: item.commandId,
|
commandId: item.commandId,
|
||||||
position: profile.position,
|
positionName: profile.position,
|
||||||
positionType: profile?.posType?.posTypeName ?? null,
|
positionType: profile?.posType?.posTypeName ?? null,
|
||||||
positionLevel: profile?.posLevel?.posLevelName ?? null,
|
positionLevel: profile?.posLevel?.posLevelName ?? null,
|
||||||
positionExecutive: position?.posExecutive?.posExecutiveName ?? null,
|
positionExecutive: position?.posExecutive?.posExecutiveName ?? null,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue