Skip to content

Commit

Permalink
fix: layout/form.vue onSubmit rename to submit
Browse files Browse the repository at this point in the history
  • Loading branch information
kanyxmo committed Feb 20, 2024
1 parent e0eabb7 commit 3b59519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layout/form.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:subtitle="`数据${opName}页`"
@back="pageBack"
>
<ma-form v-model="form" :columns="formConfig?.formColumns ?? []" ref="maFormRef" @onSubmit="submitForm" />
<ma-form v-model="form" :columns="formConfig?.formColumns ?? []" ref="maFormRef" @submit="submitForm" />
</a-page-header>
</div>
</template>
Expand Down

0 comments on commit 3b59519

Please sign in to comment.