diff --git a/src/components/03_customer-management/FormEmployeePassport.vue b/src/components/03_customer-management/FormEmployeePassport.vue index 2edc304f..d3500831 100644 --- a/src/components/03_customer-management/FormEmployeePassport.vue +++ b/src/components/03_customer-management/FormEmployeePassport.vue @@ -263,6 +263,9 @@ watch( (v) => (typeof v === 'string' ? (workerStatus = v) : '') " @clear="workerStatus = ''" + :rules="[ + (val) => (val && val.length > 0) || $t('form.error.required'), + ]" >