Commit e00e865a53f67c848d6a72071fee074d0b64fdc8
1 parent
5d5315b0f9
Exists in
master
and in
2 other branches
disabled password field working properly
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/pages/Students/students.vue
... | ... | @@ -2377,6 +2377,7 @@ export default { |
2377 | 2377 | getParentDetails() { |
2378 | 2378 | if (this.parentData.fatherCellNo.length > 9) { |
2379 | 2379 | this.showLoader = true; |
2380 | + this.isFatherCellExists = false; | |
2380 | 2381 | http() |
2381 | 2382 | .get("getParticularParent", { |
2382 | 2383 | params: { fatherCellNo: this.parentData.fatherCellNo }, | ... | ... |