fix: form not submit
This commit is contained in:
parent
a90e3f1268
commit
b30691d353
3 changed files with 3 additions and 0 deletions
|
|
@ -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)"
|
||||
/>
|
||||
<EditButton
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@ const employeeOther = defineModel<EmployeeOtherCreate>('employeeOther');
|
|||
/>
|
||||
<SaveButton
|
||||
icon-only
|
||||
type="submit"
|
||||
id="btn-info-health-save"
|
||||
v-if="!readonly && !employeeOther.statusSave"
|
||||
@click="$emit('save')"
|
||||
|
|
|
|||
|
|
@ -149,6 +149,7 @@ const workplaceFilter = selectFilterOptionRefMod(
|
|||
/>
|
||||
|
||||
<SaveButton
|
||||
type="submit"
|
||||
icon-only
|
||||
v-if="!readonly && !work.statusSave"
|
||||
@click="$emit('save', index)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue