WIP Распарсила полученные данные

This commit is contained in:
Daria Golova
2022-11-03 19:52:22 +03:00
parent 1d68b9294b
commit a1fbed0dbc
7 changed files with 222 additions and 103 deletions

View File

@@ -120,10 +120,12 @@ export default {
employees: {
employee: null,
role: "owner",
id: null,
},
members: {
member: null,
person: null,
role: null,
id: null,
},
},
};