[update] 市场法规清单只有标准编号和标准名称必填,其他都改为非必填
This commit is contained in:
+3
-3
@@ -239,7 +239,7 @@ export default {
|
|||||||
// 适用市场
|
// 适用市场
|
||||||
country: {
|
country: {
|
||||||
rules: [{
|
rules: [{
|
||||||
required: true,
|
required: false,
|
||||||
message: this.$t('pleaseSelect') + this.$t('standardRegulationLibrary.marketListField.applicableCountryRegion')
|
message: this.$t('pleaseSelect') + this.$t('standardRegulationLibrary.marketListField.applicableCountryRegion')
|
||||||
}],
|
}],
|
||||||
validateTrigger: 'change'
|
validateTrigger: 'change'
|
||||||
@@ -255,7 +255,7 @@ export default {
|
|||||||
// 主控部门
|
// 主控部门
|
||||||
mainDept: {
|
mainDept: {
|
||||||
rules: [{
|
rules: [{
|
||||||
required: true,
|
required: false,
|
||||||
message: this.$t('pleaseSelect') + this.$t('standardRegulationLibrary.marketListField.mainControlDepartment')
|
message: this.$t('pleaseSelect') + this.$t('standardRegulationLibrary.marketListField.mainControlDepartment')
|
||||||
}],
|
}],
|
||||||
validateTrigger: 'change'
|
validateTrigger: 'change'
|
||||||
@@ -263,7 +263,7 @@ export default {
|
|||||||
// 主控部门专业模块
|
// 主控部门专业模块
|
||||||
mainDeptProfMode: {
|
mainDeptProfMode: {
|
||||||
rules: [{
|
rules: [{
|
||||||
required: true,
|
required: false,
|
||||||
message: this.$t('pleaseSelect') + this.$t('standardRegulationLibrary.marketListField.masterControlDepartmentProfessionalModule')
|
message: this.$t('pleaseSelect') + this.$t('standardRegulationLibrary.marketListField.masterControlDepartmentProfessionalModule')
|
||||||
}],
|
}],
|
||||||
validateTrigger: 'change'
|
validateTrigger: 'change'
|
||||||
|
|||||||
Reference in New Issue
Block a user