mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-15 22:35:21 +00:00
调整页面errorMessage
This commit is contained in:
@@ -192,6 +192,9 @@ export default {
|
||||
if (!field) {
|
||||
return
|
||||
}
|
||||
if (typeof error === 'object') {
|
||||
error = JSON.stringify(error)
|
||||
}
|
||||
if (field.attrs.error === error) {
|
||||
error += '.'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user