diff --git a/FrontEnd/components/service/content/selectExhibitionService.vue b/FrontEnd/components/service/content/selectExhibitionService.vue index 46485ee..458c671 100644 --- a/FrontEnd/components/service/content/selectExhibitionService.vue +++ b/FrontEnd/components/service/content/selectExhibitionService.vue @@ -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;