no message

This commit is contained in:
setthawutttty 2023-12-21 11:23:56 +07:00
parent 5e63b4c675
commit b0120d9915
4 changed files with 60 additions and 8 deletions

View file

@ -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,