IsAncestorDNA / แก้ชื่อฟิล popup
This commit is contained in:
parent
b9d04bef5c
commit
2f0594ee08
7 changed files with 24 additions and 11 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue