From b30691d353876a4249611e5813e264c3886240ef Mon Sep 17 00:00:00 2001 From: Net Date: Thu, 15 Aug 2024 12:37:43 +0700 Subject: [PATCH] fix: form not submit --- .../03_customer-management/FormEmployeeHealthCheck.vue | 1 + src/components/03_customer-management/FormEmployeeOther.vue | 1 + .../03_customer-management/FormEmployeeWorkHistory.vue | 1 + 3 files changed, 3 insertions(+) diff --git a/src/components/03_customer-management/FormEmployeeHealthCheck.vue b/src/components/03_customer-management/FormEmployeeHealthCheck.vue index 1b0b9f74..20bdfa8a 100644 --- a/src/components/03_customer-management/FormEmployeeHealthCheck.vue +++ b/src/components/03_customer-management/FormEmployeeHealthCheck.vue @@ -197,6 +197,7 @@ const insuranceCompanyFilter = selectFilterOptionRefMod( id="btn-info-health-save" v-if="!readonly && !checkup.statusSave" @click="$emit('save', index)" + type="submit" :disabled="!(currentIndex === -1) && !(currentIndex === index)" /> ('employeeOther'); />