no message
This commit is contained in:
parent
5e63b4c675
commit
b0120d9915
4 changed files with 60 additions and 8 deletions
|
|
@ -63,7 +63,7 @@ export const useEvalutuonStore = defineStore("EvalutuonStore", () => {
|
|||
function fetchData(data: any[]) {
|
||||
console.log(data);
|
||||
const dataList: any[] = data.map((data: any) => ({
|
||||
id: data.id,
|
||||
id: data.Id,
|
||||
citizanId: data.CitizenId,
|
||||
fullName: data.FullName,
|
||||
position: data.Position,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue