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