|
|
@ -232,7 +232,7 @@ export default { |
|
|
|
} else { |
|
|
|
this.validation.height = true; |
|
|
|
} |
|
|
|
if (is.empty(this.formData.weight) || IsNumber(this.formData.weight)==false) { |
|
|
|
if (is.empty(this.formData.weight) || IsNumber(this.formData.weight)==false || this.formData.weight == "0") { |
|
|
|
this.validation.weight = false; |
|
|
|
} else { |
|
|
|
this.validation.weight = true; |
|
|
|