@@ -219,7 +219,7 @@
current: 0,
randomList: [],
show: false,
- checked: false,
+ checked: true,
customStyle:{
background: '#FF5E5E'
},
@@ -244,7 +244,7 @@
methods: {
reset() {
- this.checked = false;
+ this.checked = true;
this.rangeValues = [22,35];
this.$refs.refsValues.originalMinValue=22