跟踪清单 带入标准号和标准名称,必填项的红色提示应自动消失
This commit is contained in:
@@ -140,9 +140,7 @@
|
|||||||
v-if="showInfoModal"
|
v-if="showInfoModal"
|
||||||
>
|
>
|
||||||
<el-form-item
|
<el-form-item
|
||||||
label="标准编号/政策编号"
|
v-show="false"
|
||||||
prop="lawCode"
|
|
||||||
class="add-form-item"
|
|
||||||
>
|
>
|
||||||
<el-input
|
<el-input
|
||||||
v-show="false"
|
v-show="false"
|
||||||
@@ -152,6 +150,12 @@
|
|||||||
v-show="false"
|
v-show="false"
|
||||||
v-model.trim="attributeEO.lawId"
|
v-model.trim="attributeEO.lawId"
|
||||||
/>
|
/>
|
||||||
|
</el-form-item>
|
||||||
|
<el-form-item
|
||||||
|
label="标准编号/政策编号"
|
||||||
|
prop="lawCode"
|
||||||
|
class="add-form-item"
|
||||||
|
>
|
||||||
<el-input
|
<el-input
|
||||||
style="width: 45%"
|
style="width: 45%"
|
||||||
v-model.trim="attributeEO.lawCode"
|
v-model.trim="attributeEO.lawCode"
|
||||||
@@ -769,10 +773,10 @@ export default {
|
|||||||
addOrEdit: '',
|
addOrEdit: '',
|
||||||
attributeEOFormRules: {
|
attributeEOFormRules: {
|
||||||
lawCode: [
|
lawCode: [
|
||||||
{ required: true, message: '标准编号/政策编号不能为空', trigger: 'blur' },
|
{ required: true, message: '标准编号/政策编号不能为空', trigger: 'change' },
|
||||||
],
|
],
|
||||||
lawName: [
|
lawName: [
|
||||||
{ required: true, message: '标准名称/政策名称不能为空', trigger: 'blur' },
|
{ required: true, message: '标准名称/政策名称不能为空', trigger: 'change' },
|
||||||
],
|
],
|
||||||
productType: [
|
productType: [
|
||||||
{ required: true, message: '产品类型不能为空', trigger: 'change' }
|
{ required: true, message: '产品类型不能为空', trigger: 'change' }
|
||||||
|
|||||||
Reference in New Issue
Block a user