fix: 修复创建项目时因为描述超出长度限制而产生报错的问题

This commit is contained in:
shiziyuan9527 2020-10-19 14:59:24 +08:00
parent 9b7ca67649
commit f0f9877765
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ export default {
{min: 2, max: 50, message: this.$t('commons.input_limit', [2, 50]), trigger: 'blur'}
],
description: [
{max: 500, message: this.$t('commons.input_limit', [0, 500]), trigger: 'blur'}
{max: 250, message: this.$t('commons.input_limit', [0, 250]), trigger: 'blur'}
],
},
}