From 3ce6253e2376b90a70a2f3bef4902293ef4b0354 Mon Sep 17 00:00:00 2001 From: Neeraj Sharma Date: Thu, 9 Jan 2020 13:43:44 +0530 Subject: [PATCH] pass the value mother and father proffessin in parents --- src/pages/Students/students.vue | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.0.0