bug 79910

This commit is contained in:
赵霄
2023-12-26 10:36:36 +08:00
parent f38a44d904
commit 3718e1efc0
@@ -124,7 +124,7 @@ export default {
personnelId: {
rules: [{
required: true,
message: this.$t('pleaseEnter') + this.$t('businessSupport.standardizationActivity.ourPersonnel')
message: this.$t('pleaseSelect') + this.$t('businessSupport.standardizationActivity.ourPersonnel')
}],
validateTrigger: 'change'
},