@@ -278,6 +278,7 @@ const handleSubmit = async (values: FieldValues) => {
const handleClose = () => {
console.log(dialogForm.value.formInstance);
+ dialogForm.value.formInstance.resetFields();
};
const { buttons } = useTable();
@@ -495,6 +495,7 @@ const handleSubmit = async (values: FieldValues) => {
@@ -344,6 +344,7 @@ const handleSubmit = async (values: FieldValues) => {
// 参数预期管理