mirror of
https://github.com/jekip/naive-ui-admin.git
synced 2026-02-04 13:42:27 +08:00
feat(BasicForm): trigger query via Enter key
- Allow push Enter key to query the table form.
This commit is contained in:
@@ -90,6 +90,7 @@
|
|||||||
v-bind="getSubmitBtnOptions"
|
v-bind="getSubmitBtnOptions"
|
||||||
@click="handleSubmit"
|
@click="handleSubmit"
|
||||||
:loading="loadingSub"
|
:loading="loadingSub"
|
||||||
|
attr-type="submit"
|
||||||
>{{ getProps.submitButtonText }}</n-button
|
>{{ getProps.submitButtonText }}</n-button
|
||||||
>
|
>
|
||||||
<n-button
|
<n-button
|
||||||
|
|||||||
Reference in New Issue
Block a user