Browse Source

当数量获取点击回车,整个页面刷新

linshi20240813
王宇飞 7 months ago
parent
commit
bcc70cb17e
  1. 2
      src/components/TableForm/src/TableForm.vue

2
src/components/TableForm/src/TableForm.vue

@ -65,7 +65,7 @@
:width="headerItem?.tableForm?.width"
:min-width="headerItem?.tableForm?.minWidth || '200px'"
>
<el-form
<el-form @submit.native.prevent
ref="TableBaseForm_Ref"
:model="row"
style="width: 100%"

Loading…
Cancel
Save