Commit 3ce6253e2376b90a70a2f3bef4902293ef4b0354
1 parent
96f88269ac
Exists in
master
and in
3 other branches
pass the value mother and father proffessin in parents
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
src/pages/Students/students.vue
... | ... | @@ -2289,6 +2289,8 @@ export default { |
2289 | 2289 | fatherCellNo: this.parentData.fatherCellNo, |
2290 | 2290 | motherName: this.parentData.motherName, |
2291 | 2291 | motherCellNo: this.parentData.motherCellNo, |
2292 | + fatherProfession: this.parentData.fatherProfession, | |
2293 | + motherProfession: this.parentData.motherProfession, | |
2292 | 2294 | role: "PARENT" |
2293 | 2295 | }; |
2294 | 2296 | this.loading = true; | ... | ... |