Commit 057a9809 by 芋道源码 Committed by GitHub

Merge pull request #45 from DevDengChao/fix/submit-product-property-by-enter

fix: 修复填写商品属性后按回车键导致页面刷新的问题
parents 6c179809 1ce33435
......@@ -7,6 +7,7 @@
:model="formData"
:rules="formRules"
label-width="80px"
@keydown.enter.prevent="submitForm"
>
<el-form-item label="属性名称" prop="name">
<el-input v-model="formData.name" placeholder="请输入名称" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment