fix: create dialog not working as expected
This commit is contained in:
parent
b30691d353
commit
3aae9002d2
2 changed files with 3 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ onMounted(() => {
|
|||
id="btn-info-basic-save"
|
||||
icon-only
|
||||
@click="$emit('save')"
|
||||
type="button"
|
||||
type="submit"
|
||||
/>
|
||||
<EditButton
|
||||
v-if="readonly && !showBtnSave"
|
||||
|
|
|
|||
|
|
@ -2400,6 +2400,7 @@ const emptyCreateDialog = ref(false);
|
|||
prefix-id="form-employee"
|
||||
dense
|
||||
outlined
|
||||
v-model:current-index="employeeFormState.currentIndex"
|
||||
v-model:employeeCheckup="currentFromDataEmployee.employeeCheckup"
|
||||
v-model:checkupTypeOption="optionStore.globalOption.insurancePlace"
|
||||
v-model:medicalBenefitOption="optionStore.globalOption.typeInsurance"
|
||||
|
|
@ -2444,6 +2445,7 @@ const emptyCreateDialog = ref(false);
|
|||
prefix-id="form-employee"
|
||||
dense
|
||||
outlined
|
||||
v-model:current-index="employeeFormState.currentIndex"
|
||||
v-model:employee-work="currentFromDataEmployee.employeeWork"
|
||||
v-model:position-name-option="optionStore.globalOption.position"
|
||||
v-model:job-type-option="optionStore.globalOption.businessType"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue