Last active
April 26, 2019 23:05
-
-
Save rafaelgfirmino/598911b4151f462090b4a93066542fa4 to your computer and use it in GitHub Desktop.
Limpando objetos em Vuejs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
filters: { | |
name: { value: null }, | |
email: { value: null }, | |
person_type: { value: null }, | |
gender: { value: null, boolean: true }, | |
city: { value: null }, | |
state: { value: null }, | |
is_brazilian: { value: null }, | |
'classification.id': { value: null }, | |
type: { value: null }, | |
level: { value: null }, | |
birthday: { value: null, first: null, second: null , between: true, date:true}, // Pode ser pesquisado entre 2 datas | |
created_at: { value: null, first: null, second: null , between: true, date:true}, // Pode ser pesquisado entre 2 datas | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment