@@ -9,6 +9,7 @@
:model="insideData"
:rules="insideRules"
label-width="auto"
+ @submit.native.prevent
>
<el-row>
<el-col
@@ -136,7 +136,7 @@
top="60px"
<div class="search-box">
- <el-form :form="req" label-position="top" label-width="100px">
+ <el-form :form="req" label-position="top" label-width="100px" @submit.native.prevent>
<el-form-item
:label="$t('product_material.product.productType')"