-
+
-
+
-
+
@@ -96,10 +96,13 @@ export default {
selection: [],
params: {
activation_date: {
- operator:'in',
+ operator:'between',
+ value:[]
+ },
+ id:{
+ operator:"in",
value:[]
},
- id:'',
active_status:'',
}
}
@@ -201,8 +204,14 @@ export default {
},
reset(){
this.params = {
- activation_date: '',
- id:'',
+ activation_date: {
+ operator:'between',
+ value:[]
+ },
+ id:{
+ operator:"in",
+ value:[]
+ },
active_status:'',
};
this.$refs.table.reload();