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"
|
id="btn-info-health-save"
|
||||||
v-if="!readonly && !checkup.statusSave"
|
v-if="!readonly && !checkup.statusSave"
|
||||||
@click="$emit('save', index)"
|
@click="$emit('save', index)"
|
||||||
|
type="submit"
|
||||||
:disabled="!(currentIndex === -1) && !(currentIndex === index)"
|
:disabled="!(currentIndex === -1) && !(currentIndex === index)"
|
||||||
/>
|
/>
|
||||||
<EditButton
|
<EditButton
|
||||||
|
|
|
||||||
|
|
@ -42,6 +42,7 @@ const employeeOther = defineModel<EmployeeOtherCreate>('employeeOther');
|
||||||
/>
|
/>
|
||||||
<SaveButton
|
<SaveButton
|
||||||
icon-only
|
icon-only
|
||||||
|
type="submit"
|
||||||
id="btn-info-health-save"
|
id="btn-info-health-save"
|
||||||
v-if="!readonly && !employeeOther.statusSave"
|
v-if="!readonly && !employeeOther.statusSave"
|
||||||
@click="$emit('save')"
|
@click="$emit('save')"
|
||||||
|
|
|
||||||
|
|
@ -149,6 +149,7 @@ const workplaceFilter = selectFilterOptionRefMod(
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<SaveButton
|
<SaveButton
|
||||||
|
type="submit"
|
||||||
icon-only
|
icon-only
|
||||||
v-if="!readonly && !work.statusSave"
|
v-if="!readonly && !work.statusSave"
|
||||||
@click="$emit('save', index)"
|
@click="$emit('save', index)"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue