fix ออกคำสั่ง ในส่วนของรายชื่อผู้ได้รับคำสั่ง เฉพาะคำสั่งบรรจุ แต่งตั้ง แสดงตำแหน่งที่บรรจุเพิ่ม
This commit is contained in:
parent
6faef6b050
commit
81cb8eebce
21 changed files with 153 additions and 29 deletions
|
|
@ -27,6 +27,9 @@ const dataMapToSend = computed(() => {
|
|||
citizenId: i.citizenId,
|
||||
remarkVertical: i.reasonResign,
|
||||
remarkHorizontal: i.remarkHorizontal,
|
||||
position: i.positionOld,
|
||||
posType: i.positionTypeOld,
|
||||
posLevel: i.positionLevelOld,
|
||||
}));
|
||||
});
|
||||
const mixin = useCounterMixin();
|
||||
|
|
@ -159,7 +162,7 @@ const modalCommand = ref<boolean>(false);
|
|||
/** popup ยืนยันส่งัว */
|
||||
function saveOrder() {
|
||||
console.log(selected.value);
|
||||
|
||||
|
||||
dialogConfirm(
|
||||
$q,
|
||||
() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue