fix(接口测试): jar包描述长度限制
This commit is contained in:
parent
21983d1ccb
commit
e98755d38e
|
@ -65,6 +65,9 @@
|
|||
{required: true, message: this.$t('commons.input_name'), trigger: 'blur'},
|
||||
{max: 60, message: this.$t('commons.input_limit', [1, 60]), trigger: 'blur'}
|
||||
],
|
||||
description: [
|
||||
{max: 250, message: this.$t('commons.input_limit', [1, 250]), trigger: 'blur'}
|
||||
],
|
||||
},
|
||||
fileList: []
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue