แก้ตัวแปรประเมิน
This commit is contained in:
parent
d11a6f8eb9
commit
28309ac273
1 changed files with 7 additions and 7 deletions
|
|
@ -64,13 +64,13 @@ export const useEvalutuonStore = defineStore("EvalutuonStore", () => {
|
|||
console.log(data);
|
||||
const dataList: any[] = data.map((data: any) => ({
|
||||
id: data.id,
|
||||
citizanId: data.CitizenId,
|
||||
fullName: data.FullName,
|
||||
position: data.Position,
|
||||
level: convertType(data.Type),
|
||||
positionNumber: data.PosNo,
|
||||
agency: data.Oc,
|
||||
status: convertStatus(data.Step),
|
||||
citizanId: data.citizenId,
|
||||
fullName: data.fullName,
|
||||
position: data.position,
|
||||
level: convertType(data.type),
|
||||
positionNumber: data.posNo,
|
||||
agency: data.oc,
|
||||
status: convertStatus(data.step),
|
||||
}));
|
||||
rows.value = dataList;
|
||||
console.log(dataList);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue