盲化学术成果长度校验改为4000
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2024-11-22 09:08:43 +08:00
parent d82e009206
commit aeeb13d035
2 changed files with 4 additions and 8 deletions

View File

@ -279,8 +279,8 @@ export default {
],
BlindPublications: [
{
max: 400,
message: this.$t('form:rules:maxLength:400'),
max: 4000,
message: this.$t('form:rules:maxLength:4000'),
trigger: 'blur',
},
],

View File

@ -144,10 +144,6 @@
import {
getAuditState,
updateAuditResume,
getVacationList,
addOrUpdateVacation,
deleteVacation,
getIsVacation,
} from '@/api/reviewers'
const defaultForm = () => {
return {
@ -205,8 +201,8 @@ export default {
],
BlindPublications: [
{
max: 400,
message: this.$t('form:rules:maxLength:400'),
max: 4000,
message: this.$t('form:rules:maxLength:4000'),
trigger: 'blur',
},
],