This commit is contained in:
2019-03-11 23:17:54 +00:00
parent 6550307caa
commit 32dce08fcf
3 changed files with 16 additions and 2 deletions

View File

@@ -66,7 +66,8 @@ export default {
"Duplicate",
"RecordHistory",
"ErrorFieldLengthExceeded",
"ErrorStartDateAfterEndDate"
"ErrorStartDateAfterEndDate",
"ErrorRequiredFieldEmpty"
],
decimalValidate(required) {
return { required: required, decimal: [2, this.formats.decimalSeparator] };