แบบทดลองงาน
This commit is contained in:
parent
556264c5f2
commit
4a5ffab8f1
5 changed files with 573 additions and 148 deletions
|
|
@ -833,8 +833,6 @@ const fetchData = async () => {
|
|||
const reason = reasonOptions.value.filter(
|
||||
(r: DataOption) => r.id == data.leaveReason
|
||||
);
|
||||
console.log(reason);
|
||||
|
||||
if (reason.length > 0) {
|
||||
leaveReason.value = ` (พ้นจากราชการด้วยสาเหตุ: ${reason[0].name})`;
|
||||
} else if (data.leaveReason !== null && data.leaveReason !== "") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue