Merge pull request #6025 from dataease/pr@dev_refresh

fix: 在视图中设置显示名,单击回车会刷新页面,并且访问路径发生变化。 #5771
This commit is contained in:
dataeaseShu 2023-09-06 10:16:30 +08:00 committed by GitHub
commit 5cd1f1fd85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1322,6 +1322,7 @@
ref="itemForm"
label-width="80px"
:model="itemForm"
@submit.native.prevent
:rules="itemFormRules"
>
<el-form-item
@ -1339,7 +1340,6 @@
style="width: 200px"
size="mini"
clearable
@keypress.stop
/>
</el-form-item>
</el-form>