Liu Ya
2021-04-12 9a21b8b6a4a33d69c4e1b439fc01c4038c150ff9
src/components/Form/src/hooks/useFormEvents.ts
@@ -212,7 +212,9 @@
      const values = await validate();
      const res = handleFormValues(values);
      emit('submit', res);
    } catch (error) {}
    } catch (error) {
      throw new Error(error);
    }
  }
  return {