diff --git a/src/pages/Students/students.vue b/src/pages/Students/students.vue index a96c167..fea55ea 100644 --- a/src/pages/Students/students.vue +++ b/src/pages/Students/students.vue @@ -2289,6 +2289,8 @@ export default { fatherCellNo: this.parentData.fatherCellNo, motherName: this.parentData.motherName, motherCellNo: this.parentData.motherCellNo, + fatherProfession: this.parentData.fatherProfession, + motherProfession: this.parentData.motherProfession, role: "PARENT" }; this.loading = true;