[update] 市场法规清单只有标准编号和标准名称必填,其他都改为非必填

This commit is contained in:
lideqin
2024-10-10 09:16:58 +08:00
parent 49770fb415
commit 60633a4fc1
@@ -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'