This commit is contained in:
@@ -28,6 +28,9 @@ export default {
|
||||
return false;
|
||||
}
|
||||
},
|
||||
Max255(ltkey, value) {
|
||||
return this.MaxLength(ltkey, value, 255);
|
||||
},
|
||||
After(startDate, endDate) {
|
||||
if (startDate === undefined || startDate === null) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user