forked from github/dataease
fix: 【系统设置】请求超时时间(秒)必填
This commit is contained in:
parent
88c3445c26
commit
295e57fe99
@ -134,7 +134,7 @@ const edit = (list, orgOptions, roleOptions, loginOptions) => {
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
if (pkey === 'basic.exportFileLiveTime') {
|
if (pkey === 'basic.exportFileLiveTime' || pkey === 'basic.frontTimeOut') {
|
||||||
rule[pkey.split('.')[1]] = [
|
rule[pkey.split('.')[1]] = [
|
||||||
{
|
{
|
||||||
required: true,
|
required: true,
|
||||||
@ -143,6 +143,7 @@ const edit = (list, orgOptions, roleOptions, loginOptions) => {
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
item['label'] = `setting_${pkey}`
|
item['label'] = `setting_${pkey}`
|
||||||
item['pkey'] = pkey.split('.')[1]
|
item['pkey'] = pkey.split('.')[1]
|
||||||
let pval = item.pval
|
let pval = item.pval
|
||||||
|
Loading…
Reference in New Issue
Block a user