fix 80089
This commit is contained in:
+3
-3
@@ -332,17 +332,17 @@ export default {
|
||||
// 不涉及
|
||||
'4': {
|
||||
rules: {
|
||||
// 依据描述
|
||||
// 不涉及原因
|
||||
description: {
|
||||
required: true,
|
||||
message: this.$t('pleaseEnter') + this.$t('standardConsultation.basisDescription'),
|
||||
message: this.$t('pleaseEnter') + this.$t('projectCompliance.noCauseInvolved'),
|
||||
trigger: 'blur'
|
||||
}
|
||||
},
|
||||
formArr: [
|
||||
{
|
||||
fieldShowType: 1,
|
||||
dbFieldTxt: this.$t('standardConsultation.basisDescription'),
|
||||
dbFieldTxt: this.$t('projectCompliance.noCauseInvolved'),
|
||||
dbFieldName: 'description'
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user