feat(BasicForm): trigger query via Enter key

- Allow push Enter key to query the table form.
This commit is contained in:
Golden
2024-03-04 13:36:55 +08:00
committed by GitHub
parent 4c49e28596
commit fa983a9b64

View File

@@ -90,6 +90,7 @@
v-bind="getSubmitBtnOptions"
@click="handleSubmit"
:loading="loadingSub"
attr-type="submit"
>{{ getProps.submitButtonText }}</n-button
>
<n-button