Commit 7d890522 authored by 王鑫's avatar 王鑫

fix(节假日): 每页大小默认五十

parent 1fc6591e
......@@ -132,7 +132,8 @@ export default {
},
computed: {
defaultPageSize: function () {
return this.$defaultPageSize()
// return this.$defaultPageSize()
return 50;
}
},
methods: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment