Przeglądaj źródła

[update]

仮データを追加
poohr 3 tygodni temu
rodzic
commit
f58e713e7c
1 zmienionych plików z 8 dodań i 0 usunięć
  1. 8
    0
      src/app/services/family-service.ts

+ 8
- 0
src/app/services/family-service.ts Wyświetl plik

17
       fatherId: '5',
17
       fatherId: '5',
18
       motherId: '6',
18
       motherId: '6',
19
       spouseId: '3',
19
       spouseId: '3',
20
+      gender: 'female',
20
     },
21
     },
21
     {
22
     {
22
       id: '2',
23
       id: '2',
29
       fatherId: '3',
30
       fatherId: '3',
30
       motherId: '1',
31
       motherId: '1',
31
       spouseId: '7',
32
       spouseId: '7',
33
+      gender: 'male',
32
     },
34
     },
33
     {
35
     {
34
       id: '3',
36
       id: '3',
41
       fatherId: '',
43
       fatherId: '',
42
       motherId: '',
44
       motherId: '',
43
       spouseId: '1',
45
       spouseId: '1',
46
+      gender: 'male',
44
     },
47
     },
45
     {
48
     {
46
       id: '4',
49
       id: '4',
53
       fatherId: '3',
56
       fatherId: '3',
54
       motherId: '1',
57
       motherId: '1',
55
       spouseId: '',
58
       spouseId: '',
59
+      gender: 'female',
56
     },
60
     },
57
     {
61
     {
58
       id: '5',
62
       id: '5',
65
       fatherId: '',
69
       fatherId: '',
66
       motherId: '',
70
       motherId: '',
67
       spouseId: '6',
71
       spouseId: '6',
72
+      gender: 'male',
68
     },
73
     },
69
     {
74
     {
70
       id: '6',
75
       id: '6',
77
       fatherId: '',
82
       fatherId: '',
78
       motherId: '',
83
       motherId: '',
79
       spouseId: '5',
84
       spouseId: '5',
85
+      gender: 'female',
80
     },
86
     },
81
     {
87
     {
82
       id: '7',
88
       id: '7',
89
       fatherId: '',
95
       fatherId: '',
90
       motherId: '',
96
       motherId: '',
91
       spouseId: '2',
97
       spouseId: '2',
98
+      gender: 'female',
92
     },
99
     },
93
     {
100
     {
94
       id: '8',
101
       id: '8',
101
       fatherId: '2',
108
       fatherId: '2',
102
       motherId: '7',
109
       motherId: '7',
103
       spouseId: '',
110
       spouseId: '',
111
+      gender: 'male',
104
     },
112
     },
105
   ];
113
   ];
106
 
114
 

Ładowanie…
Anuluj
Zapisz