mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 12:03:05 +08:00
fix(系统管理): 系统参数基础设置消息保留时间正则验证规则错误
This commit is contained in:
parent
cd5f976ed9
commit
886fd3703c
@ -99,7 +99,7 @@ export default {
|
||||
],
|
||||
msgTimeOut: [
|
||||
{
|
||||
pattern: '^([1-9]|[1-9]\\d|365)$',
|
||||
pattern: '^([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-5])$',
|
||||
message: this.$t('system_parameter_setting.msg_error'),
|
||||
trigger: 'blur'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user