@@ -9,6 +9,7 @@
:model="insideData"
:rules="insideRules"
label-width="auto"
+ @submit.native.prevent
>
<el-row>
<el-col
@@ -138,7 +138,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')"
@@ -238,7 +238,7 @@ export default {
});
},
isSelectable(row) {
- if (row.status != 10) {
+ if (row.status != 30) {
return false;
} else {
return true;