prompt 里面form验证失败不要 alert

This commit is contained in:
2betop 2020-07-15 19:05:45 +08:00
parent 07359e5dca
commit 41a1bfcedc

View File

@ -269,7 +269,10 @@ function renderForm(
type: 'form',
wrapWithPanel: false,
mode: 'horizontal',
controls
controls,
messages: {
validateFailed: ''
}
},
{
data: value,