form提交无效问题

This commit is contained in:
gary.fu
2024-01-02 18:18:17 +08:00
parent 8717b5f8c3
commit f5db8270b0

View File

@@ -132,8 +132,8 @@ const submitForm = (form) => {
<common-form <common-form
:model="userDto" :model="userDto"
:options="formOptions" :options="formOptions"
:submit-form="submitForm"
label-width="120px" label-width="120px"
@submit-form="submitForm"
> >
<template <template
#buttons="{form}" #buttons="{form}"