diff --git a/src/pages/Students/students.vue b/src/pages/Students/students.vue index e079442..817faf1 100644 --- a/src/pages/Students/students.vue +++ b/src/pages/Students/students.vue @@ -2377,6 +2377,7 @@ export default { getParentDetails() { if (this.parentData.fatherCellNo.length > 9) { this.showLoader = true; + this.isFatherCellExists = false; http() .get("getParticularParent", { params: { fatherCellNo: this.parentData.fatherCellNo },