เปลี่ยนฟิล
This commit is contained in:
parent
fa71eb3f2b
commit
40f5b41505
2 changed files with 2 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ function clickSearch(type: string) {
|
|||
citizenId: e.citizenId,
|
||||
name: e.fullName,
|
||||
posNo: e.posNo,
|
||||
position: e.position,
|
||||
position: e.positionName,
|
||||
date: e.date,
|
||||
}));
|
||||
} else {
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ interface HistoryPos {
|
|||
id: string;
|
||||
posNo: string;
|
||||
position: string;
|
||||
positionName?: string;
|
||||
}
|
||||
|
||||
interface Position {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue