@@ -53,6 +53,11 @@ export default {
default: false
}
},
+ watch: {
+ 'model.sort'() {
+ this.onChange('sort', '1')
+ }
+ },
mounted() {
this.onChange('sort', '1')