盲化学术成果长度校验改为4000
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
d82e009206
commit
aeeb13d035
|
@ -279,8 +279,8 @@ export default {
|
||||||
],
|
],
|
||||||
BlindPublications: [
|
BlindPublications: [
|
||||||
{
|
{
|
||||||
max: 400,
|
max: 4000,
|
||||||
message: this.$t('form:rules:maxLength:400'),
|
message: this.$t('form:rules:maxLength:4000'),
|
||||||
trigger: 'blur',
|
trigger: 'blur',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
|
@ -144,10 +144,6 @@
|
||||||
import {
|
import {
|
||||||
getAuditState,
|
getAuditState,
|
||||||
updateAuditResume,
|
updateAuditResume,
|
||||||
getVacationList,
|
|
||||||
addOrUpdateVacation,
|
|
||||||
deleteVacation,
|
|
||||||
getIsVacation,
|
|
||||||
} from '@/api/reviewers'
|
} from '@/api/reviewers'
|
||||||
const defaultForm = () => {
|
const defaultForm = () => {
|
||||||
return {
|
return {
|
||||||
|
@ -205,8 +201,8 @@ export default {
|
||||||
],
|
],
|
||||||
BlindPublications: [
|
BlindPublications: [
|
||||||
{
|
{
|
||||||
max: 400,
|
max: 4000,
|
||||||
message: this.$t('form:rules:maxLength:400'),
|
message: this.$t('form:rules:maxLength:4000'),
|
||||||
trigger: 'blur',
|
trigger: 'blur',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue