IsAncestorDNA / แก้ชื่อฟิล popup

This commit is contained in:
setthawutttty 2024-01-26 09:57:07 +07:00
parent b9d04bef5c
commit 2f0594ee08
7 changed files with 24 additions and 11 deletions

View file

@ -306,7 +306,7 @@ export const useDisciplineMainStore = defineStore("disciplineMainStore", () => {
salary: item.salary === null ? '-':item.salary,
personId: item.personId,
posNo: item.posNo === null ? '-':item.posNo,
organization: item.organization
organization: item.organization,
}
))
rowsAdd.value = dataList;