fix ออกคำสั่ง ในส่วนของรายชื่อผู้ได้รับคำสั่ง เฉพาะคำสั่งบรรจุ แต่งตั้ง แสดงตำแหน่งที่บรรจุเพิ่ม
This commit is contained in:
parent
6faef6b050
commit
81cb8eebce
21 changed files with 153 additions and 29 deletions
|
|
@ -26,6 +26,9 @@ const dataMapToSend = computed(() => {
|
|||
citizenId: i.citizenId,
|
||||
rootId: i.rootId,
|
||||
remarkVertical: i.reason,
|
||||
position: i.position,
|
||||
posType: i.posTypeName,
|
||||
posLevel: i.posLevelName,
|
||||
}));
|
||||
});
|
||||
const mixin = useCounterMixin();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue