调整页面errorMessage

This commit is contained in:
Orange
2020-12-16 16:43:36 +08:00
committed by Jiangjie.Bai
parent 3230c37318
commit fb398ca3e4

View File

@@ -192,6 +192,9 @@ export default {
if (!field) {
return
}
if (typeof error === 'object') {
error = JSON.stringify(error)
}
if (field.attrs.error === error) {
error += '.'
}